summaryrefslogtreecommitdiff
path: root/lib/libldns
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-04-13 22:45:41 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-04-13 22:45:41 +0000
commit6abb347c5a5c33aab0c49df79fbd07251ce74cd8 (patch)
treed58b50ee741e9fb012cc95bc684bf7a798fb85b7 /lib/libldns
parent308f001bca494f7d67f6a6db0db9665f64250b90 (diff)
downloadsrc-test2-6abb347c5a5c33aab0c49df79fbd07251ce74cd8.tar.gz
src-test2-6abb347c5a5c33aab0c49df79fbd07251ce74cd8.zip
Include ldns's b{32,64}_{ntop,pton}().
Notes
Notes: svn path=/head/; revision=249454
Diffstat (limited to 'lib/libldns')
-rw-r--r--lib/libldns/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index c0b30b0f3634..f228633e6b3f 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -3,7 +3,7 @@
# Vendor sources and generated files
LDNSDIR = ${.CURDIR}/../../contrib/ldns
-.PATH: ${LDNSDIR}
+.PATH: ${LDNSDIR} ${LDNSDIR}/compat
LIB = ldns
INTERNALLIB = true
@@ -40,6 +40,11 @@ SRCS += util.c
SRCS += wire2host.c
SRCS += zone.c
+SRCS += b32_ntop.c
+SRCS += b32_pton.c
+SRCS += b64_ntop.c
+SRCS += b64_pton.c
+
WARNS ?= 3
.include <bsd.lib.mk>