Module Name: src
Committed By: minoura
Date: Tue Jun 19 12:59:51 UTC 2012
Modified Files:
src/sys/arch/x68k/stand: Makefile
Log Message:
Descend to xxboot.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/arch/x68k/stand/Makefile:1.11
--- src/sys/arch/x68k/stand/Makefile:1.10 Fri Apr 6 02:51:03 2012
+++ src/sys/arch/x68k/stand/Makefile Tue Jun 19 12:59:51 2012
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/04/06 02:51:03 isaki Exp $
+# $NetBSD: Makefile,v 1.11 2012/06/19 12:59:51 minoura Exp $
SUBDIR= libdos libiocs libsa .WAIT
SUBDIR+= aout2hux .WAIT
-SUBDIR+= newdisk loadbsd mboot boot boot_ufs boot_ustar installboot
+SUBDIR+= newdisk loadbsd mboot boot boot_ufs boot_ustar xxboot installboot
.include <bsd.subdir.mk>