Makefile revision 295533
1# $FreeBSD: head/usr.sbin/unbound/control/Makefile 295533 2016-02-11 17:33:55Z des $
2
3# Vendor sources and generated files
4LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
8
9PROG=	unbound-control
10SRCS=	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