Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/bind/nslookup Pullup 1.6 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/652e6c20848a
branches:  netbsd-1-5
changeset: 490219:652e6c20848a
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 13 22:17:51 2000 +0000

description:
Pullup 1.6 [releng]:
Add -I for nslookup source directory.

diffstat:

 usr.sbin/bind/nslookup/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b355f8462ded -r 652e6c20848a usr.sbin/bind/nslookup/Makefile
--- a/usr.sbin/bind/nslookup/Makefile   Mon Nov 13 22:16:41 2000 +0000
+++ b/usr.sbin/bind/nslookup/Makefile   Mon Nov 13 22:17:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 1999/11/20 19:48:00 veego Exp $
+#      $NetBSD: Makefile,v 1.5.4.1 2000/11/13 22:17:51 tv Exp $
 
 .include "../Makefile.inc"
 .PATH: ${BIND_DIST_DIR}/bin/nslookup \
@@ -7,7 +7,7 @@
 BINDIR=        /usr/bin
 PROG=  nslookup
 SRCS=  main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l
-CPPFLAGS+= ${INCLUDE}
+CPPFLAGS+= ${INCLUDE} -I${BIND_DIST_DIR}/bin/nslookup
 DPADD= ${LIBL}
 LDADD= -ll ${LIBRARY}
 MAN=   ${PROG}.8



Home | Main Index | Thread Index | Old Index