diff --git a/distrib/i386/floppies/common/Makefile.bootfloppy b/distrib/i386/floppies/common/Makefile.bootfloppy index c833c4bb6990..04e947a30800 100644 --- a/distrib/i386/floppies/common/Makefile.bootfloppy +++ b/distrib/i386/floppies/common/Makefile.bootfloppy @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootfloppy,v 1.13 2002/10/14 16:20:40 lukem Exp $ +# $NetBSD: Makefile.bootfloppy,v 1.14 2002/10/16 00:59:24 lukem Exp $ # # Makefile snippet to create a set of USTAR floppies # @@ -17,6 +17,7 @@ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" +FLOPPYMAX?= 1 FLOPPYSIZE?= 2880 .if defined(FLOPPYSIZE) && (${FLOPPYSIZE} != 2880) FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}