aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
commit3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch)
treeddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/host
parent30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff)
Notes
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index cc1111f115f9..5c2ce52b542c 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -15,8 +15,6 @@ host.1: ldns-host.1
(rm -rf ${.TARGET} ; false)
CFLAGS+= -I${LDNSDIR}
-DPADD+= ${LIBLDNS} ${LIBCRYPTO}
-LDADD+= ${LDLDNS} -lcrypto
-USEPRIVATELIB= ldns
+LIBADD= ldns
.include <bsd.prog.mk>