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/89acfe6541dd
branches:  trunk
changeset: 806055:89acfe6541dd
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 c986f627b82c -r 89acfe6541dd 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