1255597Sdes# $FreeBSD: stable/11/usr.sbin/unbound/anchor/Makefile 356914 2020-01-20 13:46:09Z cy $
2255597Sdes
3255597Sdes# Vendor sources and generated files
4319191SngieLDNSDIR= ${SRCTOP}/contrib/ldns
5319191SngieUNBOUNDDIR= ${SRCTOP}/contrib/unbound
6319191SngieEXPATDIR= ${SRCTOP}/contrib/expat
7255597Sdes
8255597Sdes.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
9255597Sdes
10356345ScyPROG=	local-unbound-anchor
11255597SdesSRCS=	unbound-anchor.c
12296677SjhibbitsCFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR} -I${EXPATDIR}/lib
13356914ScyCFLAGS+=	-I${.CURDIR:H} -I${.CURDIR}
14275054SbaptLIBADD=	unbound bsdxml ssl crypto pthread
15356345ScyMAN=	local-unbound-anchor.8
16255597Sdes
17255597Sdes.include <bsd.prog.mk>
18