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



details:   https://anonhg.NetBSD.org/src/rev/60f5d348cc93
branches:  netbsd-1-4
changeset: 469825:60f5d348cc93
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 17:11:22 1999 +0000

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

diffstat:

 usr.sbin/bind/nsupdate/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 035245485009 -r 60f5d348cc93 usr.sbin/bind/nsupdate/Makefile
--- a/usr.sbin/bind/nsupdate/Makefile   Sat Dec 04 17:11:18 1999 +0000
+++ b/usr.sbin/bind/nsupdate/Makefile   Sat Dec 04 17:11:22 1999 +0000
@@ -1,12 +1,15 @@
-#      $NetBSD: Makefile,v 1.3 1999/03/26 20:04:51 kim Exp $
+#      $NetBSD: Makefile,v 1.3.2.1 1999/12/04 17:11:22 he Exp $
 
-WARNS= 0
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/nsupdate \
+       ${BIND_DIST_DIR}/man
+
 BINDIR=        /usr/bin
 PROG=  nsupdate
 SRCS=  ${PROG}.c
 CPPFLAGS+= ${INCLUDE}
 LDADD= ${LIBRARY}
-MKMAN= no
+MAN=   ${PROG}.8
 
 .include "../../Makefile.inc"
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index