1# $FreeBSD: releng/11.0/usr.sbin/unbound/anchor/Makefile 296677 2016-03-11 20:04:32Z jhibbits $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6EXPATDIR= ${.CURDIR}/../../../contrib/expat
7
8.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9
10PROG=	unbound-anchor
11SRCS=	unbound-anchor.c
12CFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13LIBADD=	unbound bsdxml ssl crypto pthread
14MAN=	unbound-anchor.8
15
16.include <bsd.prog.mk>
17