Module Name:    src
Committed By:   he
Date:           Thu Aug 11 07:47:23 UTC 2011

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

Log Message:
Bump the image size so that the contents fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/sgimips/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/sgimips/instkernel/Makefile
diff -u src/distrib/sgimips/instkernel/Makefile:1.8 src/distrib/sgimips/instkernel/Makefile:1.9
--- src/distrib/sgimips/instkernel/Makefile:1.8	Sun Feb 20 08:26:09 2011
+++ src/distrib/sgimips/instkernel/Makefile	Thu Aug 11 07:47:22 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2011/02/20 08:26:09 matt Exp $
+#	$NetBSD: Makefile,v 1.9 2011/08/11 07:47:22 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
 .endif
 
 IMAGE=		diskimage
-IMAGESIZE=	3600k
+IMAGESIZE=	3700k
 MTREECONF=	${DISTRIBDIR}/common/mtree.dot
 IMAGEENDIAN=	be
 

Reply via email to