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.1 (new) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/f4f1340a4fc4
branches:  netbsd-1-4
changeset: 469829:f4f1340a4fc4
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 18:18:39 1999 +0000

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

diffstat:

 usr.sbin/bind/dnskeygen/Makefile      |  15 +++++++++++++++
 usr.sbin/bind/named-bootconf/Makefile |  12 ++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r 276b5c44247c -r f4f1340a4fc4 usr.sbin/bind/dnskeygen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/dnskeygen/Makefile  Sat Dec 04 18:18:39 1999 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1.2.2 1999/12/04 18:18:39 he Exp $
+
+.include "../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/bin/dnskeygen \
+       ${BIND_DIST_DIR}/man
+
+BINDIR=        /usr/libexec
+PROG=  dnskeygen
+SRCS=  ${PROG}.c
+CPPFLAGS+= ${INCLUDE}
+LDADD= ${LIBRARY}
+MAN=   ${PROG}.1
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>
diff -r 276b5c44247c -r f4f1340a4fc4 usr.sbin/bind/named-bootconf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/bind/named-bootconf/Makefile     Sat Dec 04 18:18:39 1999 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1.2.2 1999/12/04 18:18:45 he Exp $
+
+.include "../Makefile.inc"
+.PATH:         ${BIND_DIST_DIR}/bin/named-bootconf \
+               ${BIND_DIST_DIR}/man
+
+MAN=           named-bootconf.8
+SCRIPTS=       named-bootconf.sh
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>
+



Home | Main Index | Thread Index | Old Index