Module Name:    src
Committed By:   mhitch
Date:           Mon Feb 25 16:52:57 UTC 2013

Modified Files:
        src/distrib/pmax/instkernel: Makefile

Log Message:
Bump size of image.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/pmax/instkernel/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/pmax/instkernel/Makefile
diff -u src/distrib/pmax/instkernel/Makefile:1.38 src/distrib/pmax/instkernel/Makefile:1.39
--- src/distrib/pmax/instkernel/Makefile:1.38	Mon Dec 14 01:12:06 2009
+++ src/distrib/pmax/instkernel/Makefile	Mon Feb 25 16:52:57 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.38 2009/12/14 01:12:06 matt Exp $
+#	$NetBSD: Makefile,v 1.39 2013/02/25 16:52:57 mhitch Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,7 +10,7 @@ SFX=		64
 .endif
 
 IMAGE=		diskimage
-IMAGESIZE=	2400k
+IMAGESIZE=	2600k
 LISTS=		${.CURDIR}/list${SFX}
 MTREECONF=	${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=	le

Reply via email to