aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-06 22:17:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-06 22:17:26 +0000
commitd029c3aa2563f896e990ea62d168f4f33afcbc01 (patch)
tree55e479f80b3d04d5fd6accb8908787cccd17d895 /usr.bin
parent2ac725a4ec9fb21d4e208d428a7e8893a8c84a15 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/drill/Makefile2
-rw-r--r--usr.bin/host/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/drill/Makefile b/usr.bin/drill/Makefile
index a963bfc79d1e2..0db0604823795 100644
--- a/usr.bin/drill/Makefile
+++ b/usr.bin/drill/Makefile
@@ -13,7 +13,7 @@ NO_WERROR= true
MAN= drill.1
DPADD+= ${LIBLDNS} ${LIBCRYPTO}
-LDADD+= -lldns -lcrypto
+LDADD+= ${LDLDNS} -lcrypto
USEPRIVATELIB= ldns
.include <bsd.prog.mk>
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index 596245499bfe0..385bf1b35e730 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -15,7 +15,7 @@ host.1: ldns-host.1
CFLAGS+= -I${LDNSDIR}
DPADD+= ${LIBLDNS} ${LIBCRYPTO}
-LDADD+= -lldns -lcrypto
+LDADD+= ${LDLDNS} -lcrypto
USEPRIVATELIB= ldns
.include <bsd.prog.mk>