summaryrefslogtreecommitdiffstats
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 ed244350..998a496 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -14,7 +14,7 @@ SRCS+= dighost.c host.c
CFLAGS+= -I${SRCDIR}/include
-DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
-LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
+DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD}
+LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud