Source-Changes-HG archive

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

[src/netbsd-2-0]: src/share/mk Pull up revision 1.420 (requested by abs in ti...



details:   https://anonhg.NetBSD.org/src/rev/69a83341773c
branches:  netbsd-2-0
changeset: 561418:69a83341773c
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:09:44 2004 +0000

description:
Pull up revision 1.420 (requested by abs in ticket #497):
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.

diffstat:

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

diffs (17 lines):

diff -r d4901f6e2711 -r 69a83341773c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jun 17 08:09:38 2004 +0000
+++ b/share/mk/bsd.own.mk       Thu Jun 17 08:09:44 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.413.2.1 2004/06/14 18:05:53 tron Exp $
+#      $NetBSD: bsd.own.mk,v 1.413.2.2 2004/06/17 08:09:44 tron Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -234,6 +234,7 @@
 TOOL_RPCGEN=           CPP=${CPP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}rpcgen
 TOOL_SOELIM=           ${TOOLDIR}/bin/${_TOOL_PREFIX}soelim
 TOOL_STAT=             ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
+TOOL_SPARKCRC=         ${TOOLDIR}/bin/${_TOOL_PREFIX}sparkcrc
 TOOL_SUNLABEL=         ${TOOLDIR}/bin/${_TOOL_PREFIX}sunlabel
 TOOL_TBL=              ${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
 TOOL_UUDECODE=         ${TOOLDIR}/bin/${_TOOL_PREFIX}uudecode



Home | Main Index | Thread Index | Old Index