summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-04 20:00:14 +0000
committerbde <bde@FreeBSD.org>1998-05-04 20:00:14 +0000
commit4c2ff0579d45e8f11accb16489583563b979e4fb (patch)
tree3da158e1a76eb39143f039e1c5fc3f3aeeac633b
parent93e8eab928d2d1828b8edff50b70aca2ccc463f4 (diff)
downloadFreeBSD-src-4c2ff0579d45e8f11accb16489583563b979e4fb.zip
FreeBSD-src-4c2ff0579d45e8f11accb16489583563b979e4fb.tar.gz
Simplified by using new lex rules.
-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