Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/cat Pull up revision 1.1 (requested by mason in t...
details: https://anonhg.NetBSD.org/src/rev/fbfed8f48ee4
branches: netbsd-1-6
changeset: 527876:fbfed8f48ee4
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jun 11 15:53:48 2002 +0000
description:
Pull up revision 1.1 (requested by mason in ticket #245):
Add cat(1) as a host tool.
diffstat:
tools/cat/Makefile | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 5b1cc5c52c5d -r fbfed8f48ee4 tools/cat/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/cat/Makefile Tue Jun 11 15:53:48 2002 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.2.2 2002/06/11 15:53:48 lukem Exp $
+
+HOSTPROGNAME= nbcat
+HOST_SRCDIR= bin/cat
+
+.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index