From 27d195e3cd9383f9876a6400fadaa1c3c145986e Mon Sep 17 00:00:00 2001 From: des Date: Sat, 13 Apr 2013 22:45:41 +0000 Subject: Include ldns's b{32,64}_{ntop,pton}(). --- lib/libldns/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/libldns') 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 -- cgit v1.1