]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/daemon/Makefile
Update LLDB snapshot to upstream r216948 (git 50f7fe44)
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / daemon / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5 UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/doc
8
9 PROG=   unbound
10 SRCS=   acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
11 CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR}
12 LIBADD= unbound util ssl crypto pthread
13 MAN=    unbound.8 unbound.conf.5
14
15 .include <bsd.prog.mk>