]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/daemon/Makefile
Fix multiple vulnerabilities in unbound.
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / daemon / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${SRCTOP}/contrib/ldns
5 UNBOUNDDIR= ${SRCTOP}/contrib/unbound
6
7 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/shm_side ${UNBOUNDDIR}/doc
8
9 PROG=   local-unbound
10 SRCS=   acl_list.c cachedump.c daemon.c remote.c shm_main.c stats.c \
11         ub_event.c unbound.c worker.c
12 CFLAGS+=        -I${UNBOUNDDIR} -I${LDNSDIR}
13 CFLAGS+=        -I${.CURDIR:H} -I${.CURDIR}
14 LIBADD= unbound util ssl crypto pthread
15 MAN=    local-unbound.8 local-unbound.conf.5
16
17 .include <bsd.prog.mk>