]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/anchor/Makefile
MFV r333789: libpcap 1.9.0 (pre-release)
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / anchor / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${SRCTOP}/contrib/ldns
5 UNBOUNDDIR= ${SRCTOP}/contrib/unbound
6 EXPATDIR= ${SRCTOP}/contrib/expat
7
8 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10 PROG=   local-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=    local-unbound-anchor.8
15
16 .include <bsd.prog.mk>