Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/prep/floppies .WAIT sync. whitespace cleanup
details: https://anonhg.NetBSD.org/src/rev/db9ef11ee86e
branches: trunk
changeset: 525516:db9ef11ee86e
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Apr 12 14:09:40 2002 +0000
description:
.WAIT sync. whitespace cleanup
diffstat:
distrib/prep/floppies/Makefile | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (21 lines):
diff -r 61949b70ae54 -r db9ef11ee86e distrib/prep/floppies/Makefile
--- a/distrib/prep/floppies/Makefile Fri Apr 12 14:07:37 2002 +0000
+++ b/distrib/prep/floppies/Makefile Fri Apr 12 14:09:40 2002 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2001/01/16 16:53:59 nonaka Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/12 14:09:40 lukem Exp $
-SUBDIR= ramdisk
-SUBDIR+= kernel-generic
-SUBDIR+= kernel-ramdisk
-SUBDIR+= bootfloppy.generic bootfloppy_com0.generic
-SUBDIR+= bootfloppy.sysinst bootfloppy_com0.sysinst
+SUBDIR= ramdisk .WAIT \
+ kernel-generic kernel-ramdisk .WAIT \
+ bootfloppy.generic bootfloppy_com0.generic \
+ bootfloppy.sysinst bootfloppy_com0.sysinst
-TARGETS+= release
+TARGETS+= release
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index