diff options
author | sjg <sjg@FreeBSD.org> | 2014-11-19 01:07:58 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2014-11-19 01:07:58 +0000 |
commit | b137080f19736ee33fede2e88bb54438604cf86b (patch) | |
tree | 377ac0ac449528621eb192cd245adadb5fd53668 /usr.bin/host | |
parent | ab21a29eb607d4dfe389b965fbdee27558e791aa (diff) | |
parent | 4a8d07956d121238d006d34ffe7d6269744e8b1a (diff) | |
download | FreeBSD-src-b137080f19736ee33fede2e88bb54438604cf86b.zip FreeBSD-src-b137080f19736ee33fede2e88bb54438604cf86b.tar.gz |
Merge from head@274682
Diffstat (limited to 'usr.bin/host')
-rw-r--r-- | usr.bin/host/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 5962454..cc1111f 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -8,6 +8,7 @@ LDNSHOSTDIR= ${.CURDIR}/../../contrib/ldns-host PROG= host SRCS= ldns-host.c MAN= host.1 +CLEANFILES+= host.1 host.1: ldns-host.1 sed -e 's/ldns-//gI' <${.ALLSRC} >${.TARGET} || \ @@ -15,7 +16,7 @@ host.1: ldns-host.1 CFLAGS+= -I${LDNSDIR} DPADD+= ${LIBLDNS} ${LIBCRYPTO} -LDADD+= -lldns -lcrypto +LDADD+= ${LDLDNS} -lcrypto USEPRIVATELIB= ldns .include <bsd.prog.mk> |