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/host Pull up revision 1.4 (requested by c...



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

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

diffstat:

 usr.sbin/bind/host/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r bf557d10456a -r c4031c963615 usr.sbin/bind/host/Makefile
--- a/usr.sbin/bind/host/Makefile       Sat Dec 04 17:10:45 1999 +0000
+++ b/usr.sbin/bind/host/Makefile       Sat Dec 04 17:10:53 1999 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 1999/03/26 20:12:44 kim Exp $
+#      $NetBSD: Makefile,v 1.3.2.1 1999/12/04 17:10:53 he Exp $
 
-.PATH: ${.CURDIR}/../man
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/host \
+       ${BIND_DIST_DIR}/man
 
-WARNS= 0
 BINDIR=        /usr/bin
 PROG=  host
 SRCS=  ${PROG}.c



Home | Main Index | Thread Index | Old Index