Makefile revision 307729
1# $FreeBSD: stable/11/usr.sbin/unbound/control/Makefile 307729 2016-10-21 14:28:35Z des $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
8
9PROG=	unbound-control
10SRCS=	ub_event.c unbound-control.c worker_cb.c
11CFLAGS+=	-I${UNBOUNDDIR} -I${LDNSDIR}
12LIBADD=	unbound crypto ssl pthread
13MAN=	unbound-control.8
14
15.include <bsd.prog.mk>
16