]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/unbound/daemon/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 DPADD=  ${LIBUNBOUND} ${LIBLDNS} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBPTHREAD}
13 LDADD=  -lunbound -lldns -lutil -lssl -lcrypto -lpthread
14 USEPRIVATELIB=  ldns
15 MAN=    unbound.8 unbound.conf.5
16
17 .include <bsd.prog.mk>