Source-Changes-HG archive

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

[src/trunk]: src/distrib/bebox/floppies Add kernel dir to SUBDIR.



details:   https://anonhg.NetBSD.org/src/rev/abeceed6f319
branches:  trunk
changeset: 758238:abeceed6f319
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Oct 28 08:29:27 2010 +0000

description:
Add kernel dir to SUBDIR.

diffstat:

 distrib/bebox/floppies/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r fc1d10bbe5b6 -r abeceed6f319 distrib/bebox/floppies/Makefile
--- a/distrib/bebox/floppies/Makefile   Thu Oct 28 04:28:29 2010 +0000
+++ b/distrib/bebox/floppies/Makefile   Thu Oct 28 08:29:27 2010 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2010/10/17 11:19:53 kiyohara Exp $
+#      $NetBSD: Makefile,v 1.3 2010/10/28 08:29:27 kiyohara Exp $
 
-SUBDIR=                kernel-ramdisk .WAIT \
+SUBDIR=                kernel-ramdisk .WAIT kernel \
                bootfloppy bootfloppy_vga bootfloppy_com0
 
 TARGETS+=      release



Home | Main Index | Thread Index | Old Index