Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/macppc/floppies/bootfloppy Allow clang builds to use...



details:   https://anonhg.NetBSD.org/src/rev/2481e2604826
branches:  trunk
changeset: 335913:2481e2604826
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jan 29 20:47:12 2015 +0000

description:
Allow clang builds to use a third floppy.

diffstat:

 distrib/macppc/floppies/bootfloppy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00345a7de3d7 -r 2481e2604826 distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile       Thu Jan 29 20:46:31 2015 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile       Thu Jan 29 20:47:12 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2003/07/10 10:34:07 lukem Exp $
+#      $NetBSD: Makefile,v 1.28 2015/01/29 20:47:12 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,7 +6,7 @@
 FLOPPYBASE=    boot
 FLOPPYSIZE=    2880
 FLOPPYFILES=   boot netbsd
-FLOPPYMAX=     2
+FLOPPYMAX=     3
 FLOPPYSUFFIX=  .fs
 
 FLOPPY_RELEASEDIR=     installation/floppy



Home | Main Index | Thread Index | Old Index