Module Name:    src
Committed By:   jdc
Date:           Sat Nov 24 20:34:13 UTC 2012

Modified Files:
        src/distrib/x68k/floppies/bootfloppy.sysinst [netbsd-6]: Makefile

Log Message:
Pull up revision 1.13 (requested by tsutsui in ticket #709).

FLOPPYPAD=1 for padding floppies.
On XM6i (emulator), the floppy format type of plain image is
decided by filesize, so it makes easy to use the image on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.58.1 \
    src/distrib/x68k/floppies/bootfloppy.sysinst/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/x68k/floppies/bootfloppy.sysinst/Makefile
diff -u src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.12 src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.12.58.1
--- src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.12	Mon Nov 18 12:39:56 2002
+++ src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile	Sat Nov 24 20:34:12 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2002/11/18 12:39:56 lukem Exp $
+#	$NetBSD: Makefile,v 1.12.58.1 2012/11/24 20:34:12 jdc Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,6 +10,7 @@ FLOPPYSIZE=	2400
 BOOTNAME!=	printf "USTAR.volsize.%o" ${FLOPPYSIZE}
 FLOPPYFILES=	${BOOTNAME} netbsd
 FLOPPYSUFFIX=	.fs
+FLOPPYPAD=	1
 
 FLOPPY_RELEASEDIR=	installation/floppy
 

Reply via email to