Module Name: src
Committed By: martin
Date: Wed Nov 27 19:54:10 UTC 2013
Modified Files:
src/distrib/vax/ramdisk: Makefile
Log Message:
Backout previous - it was apparently untested and breaks the build. The
commit message did not mention any reasons for the bump either.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/vax/ramdisk/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/vax/ramdisk/Makefile
diff -u src/distrib/vax/ramdisk/Makefile:1.31 src/distrib/vax/ramdisk/Makefile:1.32
--- src/distrib/vax/ramdisk/Makefile:1.31 Sat Nov 9 21:32:55 2013
+++ src/distrib/vax/ramdisk/Makefile Wed Nov 27 19:54:10 2013
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2013/11/09 21:32:55 christos Exp $
+# $NetBSD: Makefile,v 1.32 2013/11/27 19:54:10 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2048k
+IMAGESIZE= 1664k
MAKEFS_FLAGS= -f 15
WARNS= 1