Module Name:    src
Committed By:   tsutsui
Date:           Fri Oct 12 17:06:48 UTC 2012

Modified Files:
        src/sys/arch/x68k/stand: Makefile

Log Message:
Tweak SUBDIR build order and add comments about each dir.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/Makefile
diff -u src/sys/arch/x68k/stand/Makefile:1.11 src/sys/arch/x68k/stand/Makefile:1.12
--- src/sys/arch/x68k/stand/Makefile:1.11	Tue Jun 19 12:59:51 2012
+++ src/sys/arch/x68k/stand/Makefile	Fri Oct 12 17:06:48 2012
@@ -1,7 +1,17 @@
-#	$NetBSD: Makefile,v 1.11 2012/06/19 12:59:51 minoura Exp $
+#	$NetBSD: Makefile,v 1.12 2012/10/12 17:06:48 tsutsui Exp $
 
-SUBDIR= libdos libiocs libsa .WAIT
-SUBDIR+= aout2hux .WAIT
-SUBDIR+= newdisk loadbsd mboot boot boot_ufs boot_ustar xxboot installboot
+# host tools
+SUBDIR= newdisk installboot
+
+# standalone libs
+SUBDIR+= libdos libiocs libsa .WAIT
+
+# standalone bootloaders
+SUBDIR+= mboot
+SUBDIR+= boot_ufs boot_ustar xxboot
+SUBDIR+= boot
+
+# Human68k utility
+SUBDIR+= aout2hux .WAIT loadbsd
 
 .include <bsd.subdir.mk>

Reply via email to