From fda04a54489dea0e4ba05baa08668c5fa690368e Mon Sep 17 00:00:00 2001 From: isaki Date: Sun, 4 Nov 2012 13:12:10 +0000 Subject: [PATCH] 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. --- distrib/x68k/floppies/bootfloppy.sysinst/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile index a1ea6bb018e7..49388d011216 100644 --- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile +++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/11/18 12:39:56 lukem Exp $ +# $NetBSD: Makefile,v 1.13 2012/11/04 13:12:10 isaki Exp $ .include .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