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.
This commit is contained in:
isaki 2012-11-04 13:12:10 +00:00
parent 82ad575716
commit fda04a5448

@ -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 <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -10,6 +10,7 @@ FLOPPYSIZE= 2400
BOOTNAME!= printf "USTAR.volsize.%o" ${FLOPPYSIZE} BOOTNAME!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}
FLOPPYFILES= ${BOOTNAME} netbsd FLOPPYFILES= ${BOOTNAME} netbsd
FLOPPYSUFFIX= .fs FLOPPYSUFFIX= .fs
FLOPPYPAD= 1
FLOPPY_RELEASEDIR= installation/floppy FLOPPY_RELEASEDIR= installation/floppy