]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/daemon/Makefile
Upgrade Unbound to 1.6.2. More to follow.
[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=   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 LIBADD= unbound util ssl crypto pthread
14 MAN=    unbound.8 unbound.conf.5
15
16 .include <bsd.prog.mk>