Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/mk Pull up revision 1.298 (requested by mason in ...



details:   https://anonhg.NetBSD.org/src/rev/ef6b2274aa47
branches:  netbsd-1-6
changeset: 527878:ef6b2274aa47
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 11 15:58:32 2002 +0000

description:
Pull up revision 1.298 (requested by mason in ticket #247):
Add cat(1) as a host tool.

diffstat:

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

diffs (17 lines):

diff -r 33446f222724 -r ef6b2274aa47 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jun 11 15:56:29 2002 +0000
+++ b/share/mk/bsd.own.mk       Tue Jun 11 15:58:32 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.294 2002/05/20 14:34:07 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.294.2.1 2002/06/11 15:58:32 lukem Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,6 +117,7 @@
 
 ASN1_COMPILE=  ${TOOLDIR}/bin/nbasn1_compile
 CAP_MKDB=      ${TOOLDIR}/bin/nbcap_mkdb
+CAT=           ${TOOLDIR}/bin/nbcat
 CKSUM=         ${TOOLDIR}/bin/nbcksum
 COMPILE_ET=    ${TOOLDIR}/bin/nbcompile_et
 CONFIG=                ${TOOLDIR}/bin/nbconfig



Home | Main Index | Thread Index | Old Index