aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/unbound
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 14:15:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 14:15:39 +0000
commit65b390aa03158608c95d842609dcc4c7129d6476 (patch)
tree4b7aee665c8acee80420e58a1d090bd267478d28 /usr.sbin/unbound
parent3005e0a300309ec169f8e42181b39865e910da6c (diff)
parent6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 (diff)
downloadsrc-65b390aa03158608c95d842609dcc4c7129d6476.tar.gz
src-65b390aa03158608c95d842609dcc4c7129d6476.zip
Upgrade Unbound to 1.6.2. More to follow.
Notes
Notes: svn path=/head/; revision=333559
Diffstat (limited to 'usr.sbin/unbound')
-rw-r--r--usr.sbin/unbound/daemon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/unbound/daemon/Makefile b/usr.sbin/unbound/daemon/Makefile
index ce170b8001cf..babd9ce69102 100644
--- a/usr.sbin/unbound/daemon/Makefile
+++ b/usr.sbin/unbound/daemon/Makefile
@@ -4,11 +4,11 @@
LDNSDIR= ${SRCTOP}/contrib/ldns
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
-.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
+.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/shm_side ${UNBOUNDDIR}/doc
PROG= unbound
-SRCS= acl_list.c cachedump.c daemon.c remote.c stats.c ub_event.c \
- unbound.c worker.c
+SRCS= acl_list.c cachedump.c daemon.c remote.c shm_main.c stats.c \
+ ub_event.c unbound.c worker.c
CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR}
LIBADD= unbound util ssl crypto pthread
MAN= unbound.8 unbound.conf.5