summaryrefslogtreecommitdiffstats
path: root/usr.sbin/unbound/control/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/control/Makefile')
-rw-r--r--usr.sbin/unbound/control/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/unbound/control/Makefile b/usr.sbin/unbound/control/Makefile
index 9aab04a..928c7e9 100644
--- a/usr.sbin/unbound/control/Makefile
+++ b/usr.sbin/unbound/control/Makefile
@@ -4,10 +4,10 @@
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
-.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
+.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
PROG= unbound-control
-SRCS= unbound-control.c worker_cb.c
+SRCS= ub_event.c unbound-control.c worker_cb.c
CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR}
LIBADD= unbound crypto ssl pthread
MAN= unbound-control.8
OpenPOWER on IntegriCloud