Include ldns's b{32,64}_{ntop,pton}().

This commit is contained in:
des 2013-04-13 22:45:41 +00:00
parent 94c5fd5ab0
commit 27d195e3cd

View File

@ -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>