diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-05-04 20:00:14 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-04 20:00:14 +0000 |
commit | dd8eff227e110891478d0697be186ba77c59d937 (patch) | |
tree | ea0a523fd3e4db6c5eee7c6df37dc557d7cadd08 /usr.sbin/nslookup | |
parent | 3e75029a9b64a887d638e2725bb98f8ddf9acae9 (diff) | |
download | src-test2-dd8eff227e110891478d0697be186ba77c59d937.tar.gz src-test2-dd8eff227e110891478d0697be186ba77c59d937.zip |
Notes
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r-- | usr.sbin/nslookup/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index 4b95df3ee398..13f7a41d4dbf 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 \ |