diff options
Diffstat (limited to 'usr.bin/nsupdate/Makefile')
-rw-r--r-- | usr.bin/nsupdate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile index 26efd146dcba..e77ea397521d 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -13,9 +13,10 @@ PROG= nsupdate SRCS+= nsupdate.c CFLAGS+= -I${SRCDIR}/include +CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include -DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} -LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} +DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} +LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} MAN= nsupdate.8 |