Source-Changes-HG archive

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

[src/trunk]: src Add cat(1) as a host tool.



details:   https://anonhg.NetBSD.org/src/rev/7f93a08f478b
branches:  trunk
changeset: 532604:7f93a08f478b
user:      mason <mason%NetBSD.org@localhost>
date:      Mon Jun 10 18:32:28 2002 +0000

description:
Add cat(1) as a host tool.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 tools/Makefile      |  4 ++--
 tools/cat/Makefile  |  6 ++++++
 3 files changed, 10 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r a1a04b4a2d8a -r 7f93a08f478b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jun 10 18:32:01 2002 +0000
+++ b/share/mk/bsd.own.mk       Mon Jun 10 18:32:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.297 2002/06/10 14:14:47 fredette Exp $
+#      $NetBSD: bsd.own.mk,v 1.298 2002/06/10 18:40:58 mason 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
diff -r a1a04b4a2d8a -r 7f93a08f478b tools/Makefile
--- a/tools/Makefile    Mon Jun 10 18:32:01 2002 +0000
+++ b/tools/Makefile    Mon Jun 10 18:32:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.52 2002/06/05 02:21:49 thorpej Exp $
+#      $NetBSD: Makefile,v 1.53 2002/06/10 18:33:45 mason Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,7 @@
        yacc .WAIT \
        lex .WAIT \
        ${TOOLCHAIN_BITS} \
-               asn1_compile cksum compile_et config installboot lint1 \
+               asn1_compile cat cksum compile_et config installboot lint1 \
                makefs menuc mklocale msgc pax pwd_mkdb zic
 
 .if ${MKMAN} != "no"
diff -r a1a04b4a2d8a -r 7f93a08f478b tools/cat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/cat/Makefile        Mon Jun 10 18:32:28 2002 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1 2002/06/10 18:32:28 mason Exp $
+
+HOSTPROGNAME=  nbcat
+HOST_SRCDIR=   bin/cat
+
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index