]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/anchor/Makefile
Bring down 0.4.5 vendor files and other catchups with the distribution tarball.
[FreeBSD/FreeBSD.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 LIBADD= unbound bsdxml ssl crypto pthread
14 MAN=    unbound-anchor.8
15
16 .include <bsd.prog.mk>