Module Name:    src
Committed By:   isaki
Date:           Fri Apr  6 02:51:03 UTC 2012

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

Log Message:
put library first.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/sys/arch/x68k/stand/Makefile:1.10
--- src/sys/arch/x68k/stand/Makefile:1.9	Thu Apr  5 12:12:57 2012
+++ src/sys/arch/x68k/stand/Makefile	Fri Apr  6 02:51:03 2012
@@ -1,6 +1,7 @@
-#	$NetBSD: Makefile,v 1.9 2012/04/05 12:12:57 isaki Exp $
+#	$NetBSD: Makefile,v 1.10 2012/04/06 02:51:03 isaki Exp $
 
-SUBDIR= newdisk aout2hux libdos libiocs .WAIT loadbsd # common
-SUBDIR+= libsa .WAIT mboot boot boot_ufs boot_ustar installboot
+SUBDIR= libdos libiocs libsa .WAIT
+SUBDIR+= aout2hux .WAIT
+SUBDIR+= newdisk loadbsd mboot boot boot_ufs boot_ustar installboot
 
 .include <bsd.subdir.mk>

Reply via email to