summaryrefslogtreecommitdiffstats
path: root/lib/libldns
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-04-14 00:59:56 +0000
committerdes <des@FreeBSD.org>2013-04-14 00:59:56 +0000
commitbe3ee96e43b62a37774e7f465de37110be3a3739 (patch)
treefc48a74dbf177c4c1c00317d1f3d125456239470 /lib/libldns
parent27d195e3cd9383f9876a6400fadaa1c3c145986e (diff)
downloadFreeBSD-src-be3ee96e43b62a37774e7f465de37110be3a3739.zip
FreeBSD-src-be3ee96e43b62a37774e7f465de37110be3a3739.tar.gz
Clean up.
Diffstat (limited to 'lib/libldns')
-rw-r--r--lib/libldns/Makefile51
1 files changed, 12 insertions, 39 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index f228633..a46c3ab 100644
--- a/lib/libldns/Makefile
+++ b/lib/libldns/Makefile
@@ -5,45 +5,18 @@ LDNSDIR = ${.CURDIR}/../../contrib/ldns
.PATH: ${LDNSDIR} ${LDNSDIR}/compat
-LIB = ldns
-INTERNALLIB = true
-
-CFLAGS += -I${LDNSDIR}
-
-SRCS += buffer.c
-SRCS += dane.c
-SRCS += dname.c
-SRCS += dnssec.c
-SRCS += dnssec_sign.c
-SRCS += dnssec_verify.c
-SRCS += dnssec_zone.c
-SRCS += duration.c
-SRCS += error.c
-SRCS += higher.c
-SRCS += host2str.c
-SRCS += host2wire.c
-SRCS += keys.c
-SRCS += net.c
-SRCS += packet.c
-SRCS += parse.c
-SRCS += rbtree.c
-SRCS += rdata.c
-SRCS += resolver.c
-SRCS += rr.c
-SRCS += rr_functions.c
-SRCS += sha1.c
-SRCS += sha2.c
-SRCS += str2host.c
-SRCS += tsig.c
-SRCS += update.c
-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
+LIB= ldns
+INTERNALLIB= true
+
+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 \
+ wire2host.c zone.c
+
+SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
WARNS ?= 3
OpenPOWER on IntegriCloud