summaryrefslogtreecommitdiffstats
path: root/usr.bin/nsupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nsupdate/Makefile')
-rw-r--r--usr.bin/nsupdate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index ea01287..3bc6506 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -14,8 +14,8 @@ SRCS+= nsupdate.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}
MAN= nsupdate.8
OpenPOWER on IntegriCloud