From b44de2b302681d8dc51ddfce4286e4fe6e45fcbf Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 9 Jan 2006 09:55:53 +0000 Subject: [PATCH] Reduce IMAGESIZE. --- distrib/ews4800mips/floppies/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/ews4800mips/floppies/ramdisk/Makefile b/distrib/ews4800mips/floppies/ramdisk/Makefile index 6b64f672f3bb..157e3649ed6b 100644 --- a/distrib/ews4800mips/floppies/ramdisk/Makefile +++ b/distrib/ews4800mips/floppies/ramdisk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2005/12/29 16:01:31 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/09 09:55:53 tsutsui Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 4000k +IMAGESIZE= 3m MAKEFS_FLAGS= -f 15 WARNS= 1