summaryrefslogtreecommitdiffstats
path: root/lib/libldns
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-04-13 22:45:41 +0000
committerdes <des@FreeBSD.org>2013-04-13 22:45:41 +0000
commit27d195e3cd9383f9876a6400fadaa1c3c145986e (patch)
treed58b50ee741e9fb012cc95bc684bf7a798fb85b7 /lib/libldns
parent94c5fd5ab06b1d8e6422e1ec1be1a71b2f684866 (diff)
downloadFreeBSD-src-27d195e3cd9383f9876a6400fadaa1c3c145986e.zip
FreeBSD-src-27d195e3cd9383f9876a6400fadaa1c3c145986e.tar.gz
Include ldns's b{32,64}_{ntop,pton}().
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 c0b30b0..f228633 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>
OpenPOWER on IntegriCloud