summaryrefslogtreecommitdiffstats
path: root/lib/libldns
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-08-19 06:50:54 +0000
committersjg <sjg@FreeBSD.org>2014-08-19 06:50:54 +0000
commitd7cd1d425cc1ea9451fa235e3af9b6625c3e0de2 (patch)
treeb04f4bd7cd887f50e7d98af35f46b9834ff86c80 /lib/libldns
parent3c8e37b1d04827f33c0c9a7594bd1b1ef7cdb3d3 (diff)
parent4fbde208c6460d576f64d6dc3cdc6cab085a4283 (diff)
downloadFreeBSD-src-d7cd1d425cc1ea9451fa235e3af9b6625c3e0de2.zip
FreeBSD-src-d7cd1d425cc1ea9451fa235e3af9b6625c3e0de2.tar.gz
Merge head from 7/28
Diffstat (limited to 'lib/libldns')
-rw-r--r--lib/libldns/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index ae3518a..db4b989 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -12,11 +12,11 @@ CFLAGS+= -I${LDNSDIR}
SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \
- keys.c net.c packet.c parse.c rbtree.c rdata.c resolver.c rr.c \
- rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
+ keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
+ rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
wire2host.c zone.c
-SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
+SRCS+= b64_ntop.c b64_pton.c
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
OpenPOWER on IntegriCloud