]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/control/Makefile
Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We
[FreeBSD/FreeBSD.git] / usr.sbin / unbound / control / Makefile
1 # $FreeBSD$
2
3 # Vendor sources and generated files
4 LDNSDIR= ${.CURDIR}/../../../contrib/ldns
5 UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
6
7 .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
8
9 PROG=   unbound-control
10 SCRIPTS=        unbound-control-setup.sh
11 SRCS=   unbound-control.c worker_cb.c
12 CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR}
13 LIBADD= unbound crypto ssl pthread
14 MAN=    unbound-control.8
15
16 .include <bsd.prog.mk>