summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
committerobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
commita920d12f895baea61f01b199f25047011e4ff386 (patch)
treef272a05efbd4587e0ad18cfb9562b85e0f19ff94 /usr.sbin/nslookup
parent5468286a89667ccea8bf58047707fe6b3b58f8a5 (diff)
downloadFreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.zip
FreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.tar.gz
style.Makefile(5)
Diffstat (limited to 'usr.sbin/nslookup')
-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