From 8d6c7a49a6d934aea5c5f8462780dbfda3749520 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 14:29:10 +0000 Subject: Convert to usr.bin/ to LIBADD Reduce overlinking --- usr.bin/host/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/host') diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index cc1111f..5c2ce52 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 -- cgit v1.1