Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/bind use version identification same as ISC's.
details: https://anonhg.NetBSD.org/src/rev/f735dc8ee840
branches: trunk
changeset: 503668:f735dc8ee840
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Feb 11 06:45:59 2001 +0000
description:
use version identification same as ISC's.
diffstat:
usr.sbin/bind/Makefile | 5 +----
usr.sbin/bind/Makefile.inc | 4 ++--
2 files changed, 3 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 1c31f1dd2bd3 -r f735dc8ee840 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile Sun Feb 11 06:41:22 2001 +0000
+++ b/usr.sbin/bind/Makefile Sun Feb 11 06:45:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/01/27 07:35:32 itojun Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/11 06:45:59 itojun Exp $
.include <bsd.own.mk>
@@ -10,7 +10,4 @@
SUBDIR+=doc
.endif
-
-VER= 8.2.3
-
.include <bsd.subdir.mk>
diff -r 1c31f1dd2bd3 -r f735dc8ee840 usr.sbin/bind/Makefile.inc
--- a/usr.sbin/bind/Makefile.inc Sun Feb 11 06:41:22 2001 +0000
+++ b/usr.sbin/bind/Makefile.inc Sun Feb 11 06:45:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2001/01/27 08:14:43 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.10 2001/02/11 06:45:59 itojun Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
BIND_DIST_DIR= ${.CURDIR}/../../../dist/bind
BIND_CRYPTO_DIST_DIR= ${.CURDIR}/../../../crypto/dist/bind
-VER!= awk '$$1 == "VER=" { print $$2 ; exit }' ${BIND_DIR}/Makefile
+VER!= cat ${BIND_DIST_DIR}/Version
NAMED= named
PIDFILE= /var/run/named.pid
Home |
Main Index |
Thread Index |
Old Index