Module Name:    src
Committed By:   joerg
Date:           Thu Jan 29 20:47:12 UTC 2015

Modified Files:
        src/distrib/macppc/floppies/bootfloppy: Makefile

Log Message:
Allow clang builds to use a third floppy.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/distrib/macppc/floppies/bootfloppy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/macppc/floppies/bootfloppy/Makefile
diff -u src/distrib/macppc/floppies/bootfloppy/Makefile:1.27 src/distrib/macppc/floppies/bootfloppy/Makefile:1.28
--- src/distrib/macppc/floppies/bootfloppy/Makefile:1.27	Thu Jul 10 10:34:07 2003
+++ src/distrib/macppc/floppies/bootfloppy/Makefile	Thu Jan 29 20:47:12 2015
@@ -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

Reply via email to