Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/distrib/utils Pull up revision 1.16 (requested by abs i...
details: https://anonhg.NetBSD.org/src/rev/21b04ffa0936
branches: netbsd-2-0
changeset: 561413:21b04ffa0936
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 08:03:04 2004 +0000
description:
Pull up revision 1.16 (requested by abs in ticket #497):
Import a trivial program to generate 16bit CRCs as used in sparkive archives.
For use by mksparkive.sh in generating the acorn32 bootloader sparkive.
diffstat:
distrib/utils/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a3846280aec5 -r 21b04ffa0936 distrib/utils/Makefile
--- a/distrib/utils/Makefile Thu Jun 17 07:51:46 2004 +0000
+++ b/distrib/utils/Makefile Thu Jun 17 08:03:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/01/19 12:35:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.15.2.1 2004/06/17 08:03:04 tron Exp $
SUBDIR= libhack more ssh tls \
x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
@@ -8,6 +8,10 @@
SUBDIR+=sysinst
.endif
+.if ${MACHINE} == "acorn32"
+SUBDIR+=sparkcrc
+.endif
+
# IPv6
SUBDIR+=x_ping6
Home |
Main Index |
Thread Index |
Old Index