1# Vendor sources and generated files 2LDNSDIR= ${SRCTOP}/contrib/ldns 3UNBOUNDDIR= ${SRCTOP}/contrib/unbound 4LIBUNBOUNDDIR=${SRCTOP}/lib/libunbound 5EXPATDIR= ${SRCTOP}/contrib/expat 6 7.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc 8 9PROG= local-unbound-anchor 10SRCS= unbound-anchor.c 11CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib 12CFLAGS+= -I${LIBUNBOUNDDIR} -I${.CURDIR} 13LIBADD= unbound bsdxml ssl crypto pthread 14MAN= local-unbound-anchor.8 15 16.include <bsd.prog.mk> 17