summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nslookup/Makefile')
-rw-r--r--usr.sbin/nslookup/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
index 0ed4fc2..788b18f 100644
--- a/usr.sbin/nslookup/Makefile
+++ b/usr.sbin/nslookup/Makefile
@@ -3,8 +3,7 @@
USE_LIBBIND= yes
.include "${.CURDIR}/../named/Makefile.inc"
-.PATH: ${BIND_DIR}/bin/nslookup
-.PATH: ${BIND_DIR}/doc/man
+.PATH: ${BIND_DIR}/bin/nslookup ${BIND_DIR}/doc/man
PROG= nslookup
MAN= nslookup.8
@@ -13,8 +12,8 @@ SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
CFLAGS+= -D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\"
CFLAGS+= -I${.CURDIR}/../../contrib/bind/bin/nslookup
-LDADD+= -ll -ledit -ltermcap
DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
+LDADD+= -ll -ledit -ltermcap
FILES= nslookup.help
FILESDIR= ${DESTHELP}
OpenPOWER on IntegriCloud