Source-Changes-HG archive

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

[src/trunk]: src/tools Add cksum as a host tool.



details:   https://anonhg.NetBSD.org/src/rev/75feec1aafc4
branches:  trunk
changeset: 524833:75feec1aafc4
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Mar 31 14:33:54 2002 +0000

description:
Add cksum as a host tool.

diffstat:

 tools/Makefile       |  4 ++--
 tools/cksum/Makefile |  6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r a5a7bacaa530 -r 75feec1aafc4 tools/Makefile
--- a/tools/Makefile    Sun Mar 31 14:30:20 2002 +0000
+++ b/tools/Makefile    Sun Mar 31 14:33:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2002/03/29 05:05:55 matt Exp $
+#      $NetBSD: Makefile,v 1.42 2002/03/31 14:33:54 bjh21 Exp $
 
 # XXX Note: NO_DBSYM is a stopgap temporary variable for use
 # with the development of non-NetBSD hosting support.  This will go away.
@@ -20,7 +20,7 @@
        yacc .WAIT \
        lex .WAIT \
        ${TOOLCHAIN_BITS} \
-               asn1_compile compile_et config lint1 \
+               asn1_compile cksum compile_et config lint1 \
                makefs menuc mklocale msgc pax pwd_mkdb zic
 
 .if ${MKMAN} != "no"
diff -r a5a7bacaa530 -r 75feec1aafc4 tools/cksum/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/cksum/Makefile      Sun Mar 31 14:33:54 2002 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1 2002/03/31 14:33:55 bjh21 Exp $
+
+HOSTPROGNAME=  nbcksum
+HOST_SRCDIR=   usr.bin/cksum
+
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index