aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-07-25 14:44:11 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-07-25 14:44:11 +0000
commitc9275efacc5a5387396ef3c4d849b29c8d00745b (patch)
treed848c0acefb27fd6ce966fce864fdd4501bffccd /usr.bin/host
parent29da8af658349f4b83165debc2ba24dc2823645b (diff)
Notes
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 ed24435059f6..998a496c7b37 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>