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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index d5cb8f0..593d589 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -12,12 +12,12 @@ PROG= nsupdate
.PATH: ${SRCDIR}
SRCS+= nsupdate.c
-CFLAGS+= -I${SRCDIR}/include
+CFLAGS+= -I${SRCDIR}/include -ledit
CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
CFLAGS+= -DSESSION_KEYFILE=\"/var/run/named/session.key\"
-DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
-LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
+DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} ${LIBEDIT}
+LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} ${LIBEDIT}
WARNS?= 1
OpenPOWER on IntegriCloud