summaryrefslogtreecommitdiffstats
path: root/usr.bin/nslookup/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-09-22 12:13:58 +0000
committerdes <des@FreeBSD.org>2004-09-22 12:13:58 +0000
commit41e930f4803c0d151b08a076f014e9458115444e (patch)
treee64094c8992b4e9318db4a40d3a0d5f30c70dced /usr.bin/nslookup/Makefile
parentf34045dc6a6b7c24616c69b5ba53967c243f0910 (diff)
downloadFreeBSD-src-41e930f4803c0d151b08a076f014e9458115444e.zip
FreeBSD-src-41e930f4803c0d151b08a076f014e9458115444e.tar.gz
Clean up and comment config.mk. Centralize more stuff. Bitch if
POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@
Diffstat (limited to 'usr.bin/nslookup/Makefile')
-rw-r--r--usr.bin/nslookup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile
index a7bf65e..e59c714 100644
--- a/usr.bin/nslookup/Makefile
+++ b/usr.bin/nslookup/Makefile
@@ -13,8 +13,8 @@ SRCS+= dighost.c nslookup.c
CFLAGS+= -I${SRCDIR}/include
-DPADD+= ${BIND_DPADD}
-LDADD+= ${BIND_LDADD}
+DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
+LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= nslookup.1
OpenPOWER on IntegriCloud