diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-03 02:40:51 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-01-03 02:40:51 +0000 |
commit | ff8258499cd4a5a2a522c985cd7592a7904d973f (patch) | |
tree | 517112650e062389edd63da1826a21d706d4d9db /lib/libunbound/Makefile | |
parent | a785304fb2bb1a2720f67502d93a9ec30b3ddabe (diff) | |
parent | d433784affd32a879670e66bcf330b2561342f3c (diff) | |
download | src-ff8258499cd4a5a2a522c985cd7592a7904d973f.tar.gz src-ff8258499cd4a5a2a522c985cd7592a7904d973f.zip |
Notes
Diffstat (limited to 'lib/libunbound/Makefile')
-rw-r--r-- | lib/libunbound/Makefile | 6 |
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 \ |