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 mboot now depends on libiocs. noticed by...



details:   https://anonhg.NetBSD.org/src/rev/0c7c68110c57
branches:  trunk
changeset: 778573:0c7c68110c57
user:      isaki <isaki%NetBSD.org@localhost>
date:      Thu Apr 05 12:12:57 2012 +0000

description:
mboot now depends on libiocs. noticed by tsutsui@.

diffstat:

 sys/arch/x68k/stand/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r dcbfa0a0b84d -r 0c7c68110c57 sys/arch/x68k/stand/Makefile
--- a/sys/arch/x68k/stand/Makefile      Thu Apr 05 12:01:36 2012 +0000
+++ b/sys/arch/x68k/stand/Makefile      Thu Apr 05 12:12:57 2012 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.8 2002/01/27 01:07:00 minoura Exp $
+#      $NetBSD: Makefile,v 1.9 2012/04/05 12:12:57 isaki Exp $
 
-SUBDIR= mboot newdisk aout2hux libdos libiocs .WAIT loadbsd # common
-SUBDIR+= libsa .WAIT boot boot_ufs boot_ustar installboot
+SUBDIR= newdisk aout2hux libdos libiocs .WAIT loadbsd # common
+SUBDIR+= libsa .WAIT mboot boot boot_ufs boot_ustar installboot
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index