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 Pull up revision 1.3 (requested by christ...



details:   https://anonhg.NetBSD.org/src/rev/bf557d10456a
branches:  netbsd-1-4
changeset: 469817:bf557d10456a
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 17:10:45 1999 +0000

description:
Pull up revision 1.3 (requested by christos and veego):
  Update to BIND 8.2.2-P5.

diffstat:

 usr.sbin/bind/dig/Makefile      |  9 +++++----
 usr.sbin/bind/dnsquery/Makefile |  7 ++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r d717edb8f0f8 -r bf557d10456a usr.sbin/bind/dig/Makefile
--- a/usr.sbin/bind/dig/Makefile        Sat Dec 04 17:10:41 1999 +0000
+++ b/usr.sbin/bind/dig/Makefile        Sat Dec 04 17:10:45 1999 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 1999/03/26 20:04:50 kim Exp $
+#      $NetBSD: Makefile,v 1.2.2.1 1999/12/04 17:10:45 he Exp $
 
-.PATH: ${.CURDIR}/../nslookup \
-       ${.CURDIR}/../man
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/dig \
+       ${BIND_DIST_DIR}/bin/nslookup \
+       ${BIND_DIST_DIR}/man
 
-WARNS= 0
 BINDIR=        /usr/bin
 PROG=  dig
 SRCS=  ${PROG}.c subr.c send.c list.c debug.c
diff -r d717edb8f0f8 -r bf557d10456a usr.sbin/bind/dnsquery/Makefile
--- a/usr.sbin/bind/dnsquery/Makefile   Sat Dec 04 17:10:41 1999 +0000
+++ b/usr.sbin/bind/dnsquery/Makefile   Sat Dec 04 17:10:45 1999 +0000
@@ -1,8 +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:10:49 he Exp $
 
-.PATH: ${.CURDIR}/../man
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/dnsquery \
+       ${BIND_DIST_DIR}/man
 
-WARNS= 0
 BINDIR=        /usr/bin
 PROG=  dnsquery
 SRCS=  ${PROG}.c



Home | Main Index | Thread Index | Old Index