Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand put library first.
details: https://anonhg.NetBSD.org/src/rev/0b2659f0173b
branches: trunk
changeset: 778588:0b2659f0173b
user: isaki <isaki%NetBSD.org@localhost>
date: Fri Apr 06 02:51:03 2012 +0000
description:
put library first.
diffstat:
sys/arch/x68k/stand/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (14 lines):
diff -r b3c4c76f032d -r 0b2659f0173b sys/arch/x68k/stand/Makefile
--- a/sys/arch/x68k/stand/Makefile Fri Apr 06 01:47:15 2012 +0000
+++ b/sys/arch/x68k/stand/Makefile Fri Apr 06 02:51:03 2012 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index