summaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-09-22 12:13:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-09-22 12:13:58 +0000
commit11d9d041cf4420b02b7f18cece6478888e386b2e (patch)
treee64094c8992b4e9318db4a40d3a0d5f30c70dced /usr.bin/host
parent4dcf2bbbff62cb89b32ac3bbee796a485bb090e8 (diff)
downloadsrc-test-11d9d041cf4420b02b7f18cece6478888e386b2e.tar.gz
src-test-11d9d041cf4420b02b7f18cece6478888e386b2e.zip
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@
Notes
Notes: svn path=/head/; revision=135569
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index b4d07ad964558..e3a034d66bcdc 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -13,8 +13,8 @@ SRCS+= dighost.c host.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= host.1