1255597Sdes# $FreeBSD: releng/11.0/usr.sbin/unbound/daemon/Makefile 296677 2016-03-11 20:04:32Z jhibbits $
2255597Sdes
3255597Sdes# Vendor sources and generated files
4255597SdesLDNSDIR= ${.CURDIR}/../../../contrib/ldns
5255597SdesUNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6255597Sdes
7255597Sdes.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/doc
8255597Sdes
9255597SdesPROG=	unbound
10255597SdesSRCS=	acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
11296677SjhibbitsCFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12275054SbaptLIBADD=	unbound util ssl crypto pthread
13255597SdesMAN=	unbound.8 unbound.conf.5
14255597Sdes
15255597Sdes.include <bsd.prog.mk>
16