Include ldns's b{32,64}_{ntop,pton}().
This commit is contained in:
parent
94c5fd5ab0
commit
27d195e3cd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user