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/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
index ed279bf..6a8acaa 100644
--- a/usr.sbin/nslookup/Makefile
+++ b/usr.sbin/nslookup/Makefile
@@ -3,15 +3,16 @@
USE_LIBBIND= yes
.include "${.CURDIR}/../named/Makefile.inc"
-.PATH: ${BIND_DIR}/bin/nslookup
-.PATH: ${BIND_DIR}/doc/man
+.PATH: ${BIND_DIR}/bin/nslookup
+.PATH: ${BIND_DIR}/doc/man
PROG= nslookup
-SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
MAN= nslookup.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
-CFLAGS+=-D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\"
-CFLAGS+=-I${.CURDIR}/../../contrib/bind/bin/nslookup
LDADD+= -ll -ledit -ltermcap
DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
OpenPOWER on IntegriCloud