]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/unbound/control/Makefile
Since contrib/libcxxrt's ancestry was never correct, subversion 1.8 and
[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 SRCS=   unbound-control.c worker_cb.c
11 CFLAGS+=        -I${UNBOUNDDIR} -I${LDNSDIR}
12 LIBADD= unbound crypto ssl pthread
13 MAN=    unbound-control.8
14
15 .include <bsd.prog.mk>