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

This commit is contained in:
Dag-Erling Smørgrav 2013-04-13 22:45:41 +00:00
parent 308f001bca
commit 6abb347c5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249454

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>