1255597Sdes# $FreeBSD: releng/11.0/usr.sbin/unbound/anchor/Makefile 296677 2016-03-11 20:04:32Z jhibbits $
2255597Sdes
3255597Sdes# Vendor sources and generated files
4255597SdesLDNSDIR= ${.CURDIR}/../../../contrib/ldns
5255597SdesUNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6255597SdesEXPATDIR= ${.CURDIR}/../../../contrib/expat
7255597Sdes
8255597Sdes.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9255597Sdes
10255597SdesPROG=	unbound-anchor
11255597SdesSRCS=	unbound-anchor.c
12296677SjhibbitsCFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13275054SbaptLIBADD=	unbound bsdxml ssl crypto pthread
14255597SdesMAN=	unbound-anchor.8
15255597Sdes
16255597Sdes.include <bsd.prog.mk>
17