aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/host/Makefile')
-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 b4d07ad96455..e3a034d66bcd 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