1255597Sdes# $FreeBSD: stable/11/usr.sbin/unbound/control/Makefile 356914 2020-01-20 13:46:09Z cy $
2255597Sdes
3255597Sdes# Vendor sources and generated files
4319191SngieLDNSDIR= ${SRCTOP}/contrib/ldns
5319191SngieUNBOUNDDIR= ${SRCTOP}/contrib/unbound
6255597Sdes
7307729Sdes.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
8255597Sdes
9356345ScyPROG=	local-unbound-control
10307729SdesSRCS=	ub_event.c unbound-control.c worker_cb.c
11296677SjhibbitsCFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12356914ScyCFLAGS+=	-I${.CURDIR:H} -I${.CURDIR}
13275054SbaptLIBADD=	unbound crypto ssl pthread
14356345ScyMAN=	local-unbound-control.8
15255597Sdes
16255597Sdes.include <bsd.prog.mk>
17