1255597Sdes# $FreeBSD: releng/11.0/usr.sbin/unbound/control/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}/smallapp ${UNBOUNDDIR}/doc
8255597Sdes
9255597SdesPROG=	unbound-control
10255597SdesSRCS=	unbound-control.c worker_cb.c
11296677SjhibbitsCFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12275054SbaptLIBADD=	unbound crypto ssl pthread
13255597SdesMAN=	unbound-control.8
14255597Sdes
15255597Sdes.include <bsd.prog.mk>
16