From 6abb347c5a5c33aab0c49df79fbd07251ce74cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 13 Apr 2013 22:45:41 +0000 Subject: [PATCH] Include ldns's b{32,64}_{ntop,pton}(). --- lib/libldns/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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