aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host/Makefile
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/host/Makefile
parent2ac725a4ec9fb21d4e208d428a7e8893a8c84a15 (diff)
Notes
Diffstat (limited to 'usr.bin/host/Makefile')
-rw-r--r--usr.bin/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index 596245499bfe..385bf1b35e73 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>