svn commit: r249454 - head/lib/libldns
Dag-Erling Smørgrav
des at FreeBSD.org
Sat Apr 13 22:45:42 UTC 2013
Author: des
Date: Sat Apr 13 22:45:41 2013
New Revision: 249454
URL: http://svnweb.freebsd.org/changeset/base/249454
Log:
Include ldns's b{32,64}_{ntop,pton}().
Modified:
head/lib/libldns/Makefile
Modified: head/lib/libldns/Makefile
==============================================================================
--- head/lib/libldns/Makefile Sat Apr 13 22:44:48 2013 (r249453)
+++ head/lib/libldns/Makefile Sat Apr 13 22:45:41 2013 (r249454)
@@ -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>
More information about the svn-src-head
mailing list