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