Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Make it easier to comment out single t...



details:   https://anonhg.NetBSD.org/src/rev/f931f0e8d84e
branches:  trunk
changeset: 486008:f931f0e8d84e
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed May 10 23:44:51 2000 +0000

description:
Make it easier to comment out single targets/floppies.

diffstat:

 distrib/i386/floppies/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 9789ecba24c7 -r f931f0e8d84e distrib/i386/floppies/Makefile
--- a/distrib/i386/floppies/Makefile    Wed May 10 23:29:46 2000 +0000
+++ b/distrib/i386/floppies/Makefile    Wed May 10 23:44:51 2000 +0000
@@ -1,7 +1,11 @@
-#      $NetBSD: Makefile,v 1.15 2000/05/06 05:32:28 mycroft Exp $
+#      $NetBSD: Makefile,v 1.16 2000/05/10 23:44:51 hubertf Exp $
 
-SUBDIR=        ramdisk ramdisk-kernel \
-       fdset bootfloppy-big bootfloppy-small bootfloppy-tiny
+SUBDIR=                ramdisk
+SUBDIR+=       ramdisk-kernel
+SUBDIR+=       fdset
+SUBDIR+=       bootfloppy-big
+SUBDIR+=       bootfloppy-small
+SUBDIR+=       bootfloppy-tiny
 
 TARGETS+=release
 



Home | Main Index | Thread Index | Old Index