Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/bind/nslookup Pull up revisions 1.3-1.5 (reque...
details: https://anonhg.NetBSD.org/src/rev/035245485009
branches: netbsd-1-4
changeset: 469824:035245485009
user: he <he%NetBSD.org@localhost>
date: Sat Dec 04 17:11:18 1999 +0000
description:
Pull up revisions 1.3-1.5 (requested by christos and veego):
Update to BIND 8.2.2-P5.
diffstat:
usr.sbin/bind/nslookup/Makefile | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 09c9ba20412c -r 035245485009 usr.sbin/bind/nslookup/Makefile
--- a/usr.sbin/bind/nslookup/Makefile Sat Dec 04 17:11:13 1999 +0000
+++ b/usr.sbin/bind/nslookup/Makefile Sat Dec 04 17:11:18 1999 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 1999/03/26 20:04:51 kim Exp $
+# $NetBSD: Makefile,v 1.2.2.1 1999/12/04 17:11:18 he Exp $
-.PATH: ${.CURDIR}/../nslookup \
- ${.CURDIR}/../man
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/nslookup \
+ ${BIND_DIST_DIR}/man
-WARNS= 0
BINDIR= /usr/bin
PROG= nslookup
SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
@@ -11,8 +11,13 @@
DPADD= ${LIBL}
LDADD= -ll ${LIBRARY}
MAN= ${PROG}.8
+
+.include <bsd.own.mk>
+
+.if ${MKSHARE} != "no"
FILES= ${PROG}.help
FILESDIR=/usr/share/misc
+.endif
.include "../../Makefile.inc"
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index