1 2# Vendor sources and generated files 3LDNSDIR= ${SRCTOP}/contrib/ldns 4UNBOUNDDIR= ${SRCTOP}/contrib/unbound 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${.CURDIR:H} -I${.CURDIR} 13LIBADD= unbound bsdxml ssl crypto pthread 14MAN= local-unbound-anchor.8 15 16.include <bsd.prog.mk> 17