]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/unbound/anchor/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / unbound / anchor / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5 UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6 EXPATDIR= ${.CURDIR}/../../../contrib/expat
7
8 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10 PROG=   unbound-anchor
11 SRCS=   unbound-anchor.c
12 CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13 DPADD=  ${LIBUNBOUND} ${LIBLDNS} ${LIBUTIL} ${LIBBSDXML} ${LIBSSL} ${LIBCRYPTO} ${LIBPTHREAD}
14 LDADD=  -lunbound -lldns -lutil -lbsdxml -lssl -lcrypto -lpthread
15 USEPRIVATELIB=  ldns
16 MAN=    unbound-anchor.8
17
18 .include <bsd.prog.mk>