aboutsummaryrefslogtreecommitdiff
path: root/lib/libunbound/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-01-03 02:40:51 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-01-03 02:40:51 +0000
commitff8258499cd4a5a2a522c985cd7592a7904d973f (patch)
tree517112650e062389edd63da1826a21d706d4d9db /lib/libunbound/Makefile
parenta785304fb2bb1a2720f67502d93a9ec30b3ddabe (diff)
parentd433784affd32a879670e66bcf330b2561342f3c (diff)
downloadsrc-ff8258499cd4a5a2a522c985cd7592a7904d973f.tar.gz
src-ff8258499cd4a5a2a522c985cd7592a7904d973f.zip
Upgrade to Unbound 1.5.1. Almost all our local changes to date have been
adopted upstream, greatly reducing the diff.
Notes
Notes: svn path=/head/; revision=276605
Diffstat (limited to 'lib/libunbound/Makefile')
-rw-r--r--lib/libunbound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile
index e05d214a22b7..74e5f25929c1 100644
--- a/lib/libunbound/Makefile
+++ b/lib/libunbound/Makefile
@@ -5,15 +5,15 @@ LDNSDIR= ${.CURDIR}/../../contrib/ldns
UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
# Hold my beer and watch this
-.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/ldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
+.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/ldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
LIB= unbound
PRIVATELIB=
-CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}
+CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}
SRCS= alloc.c autotrust.c config_file.c configlexer.l configparser.y \
- context.c dname.c dns.c dnstree.c fptr_wlist.c infra.c \
+ context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \
iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \
iter_resptype.c iter_scrub.c iter_utils.c iterator.c keyraw.c \
libunbound.c libworker.c listen_dnsport.c localzone.c locks.c log.c \