summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/nslookup/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
index 4b95df3..13f7a41 100644
--- a/usr.sbin/nslookup/Makefile
+++ b/usr.sbin/nslookup/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1997/02/22 16:08:30 peter Exp $
+# $Id: Makefile,v 1.6 1998/05/03 05:14:56 peter Exp $
.include "${.CURDIR}/../named/Makefile.inc"
@@ -6,15 +6,13 @@
.PATH: ${BIND_DIR}/doc/man
PROG= nslookup
-SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.c
+SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
MAN8= nslookup.8
CFLAGS+=-D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\"
LDADD+= -ll
DPADD+= ${LIBL}
-CLEANFILES+= commands.c lex.yy.c lex.yy.o
-
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${BIND_DIR}/bin/nslookup/nslookup.help \
OpenPOWER on IntegriCloud