Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Add CKSUM.



details:   https://anonhg.NetBSD.org/src/rev/4065fb0ba9e5
branches:  trunk
changeset: 524837:4065fb0ba9e5
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Mar 31 15:01:39 2002 +0000

description:
Add CKSUM.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 share/mk/bsd.sys.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f2aadf46b51d -r 4065fb0ba9e5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Mar 31 14:59:04 2002 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 31 15:01:39 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.280 2002/03/31 14:59:04 bjh21 Exp $
+#      $NetBSD: bsd.own.mk,v 1.281 2002/03/31 15:01:39 bjh21 Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -105,6 +105,7 @@
 
 ASN1_COMPILE=  ${TOOLDIR}/bin/nbasn1_compile
 CAP_MKDB=      ${TOOLDIR}/bin/nbcap_mkdb
+CKSUM=         ${TOOLDIR}/bin/nbcksum
 COMPILE_ET=    ${TOOLDIR}/bin/nbcompile_et
 CONFIG=                ${TOOLDIR}/bin/nbconfig
 CRUNCHGEN=     MAKE=${.MAKE:Q} ${TOOLDIR}/bin/nbcrunchgen
diff -r f2aadf46b51d -r 4065fb0ba9e5 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Sun Mar 31 14:59:04 2002 +0000
+++ b/share/mk/bsd.sys.mk       Sun Mar 31 15:01:39 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.71 2002/03/31 11:48:45 bjh21 Exp $
+#      $NetBSD: bsd.sys.mk,v 1.72 2002/03/31 15:01:40 bjh21 Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -61,6 +61,7 @@
 HOST_AR?=      ar
 HOST_RANLIB?=  ranlib
 
+CKSUM?=                cksum
 CONFIG?=       config
 CRUNCHGEN?=    crunchgen
 GROFF?=                groff



Home | Main Index | Thread Index | Old Index