summaryrefslogtreecommitdiff
path: root/distrib/vax
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/vax')
-rw-r--r--distrib/vax/common/Makefile.inc6
-rw-r--r--distrib/vax/ramdisk/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/vax/common/Makefile.inc b/distrib/vax/common/Makefile.inc
index 5081a25d2c4..82b8a69a5ed 100644
--- a/distrib/vax/common/Makefile.inc
+++ b/distrib/vax/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 2002/04/30 07:23:29 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2007/04/13 17:34:40 millert Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -22,7 +22,7 @@ all: ${CBIN} bootroot
dd if=/dev/zero of=${IMAGE} bs=64k count=32
vnconfig -v -c ${VND} ${IMAGE}
disklabel -w ${VND} miniroot
- newfs -O -m 0 -o space -i 8192 ${VND_RDEV}
+ newfs -O 0 -m 0 -o space -i 8192 ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
@@ -39,7 +39,7 @@ bootroot: xxboot boot
dd if=/dev/zero of=${BOOTSYS} bs=512 count=8192
vnconfig -v -c ${VND} ${BOOTSYS}
disklabel -w ${VND} bootroot
- newfs -O -m 0 -o space -i 8192 ${VND_RDEV}
+ newfs -O 0 -m 0 -o space -i 8192 ${VND_RDEV}
dd if=xxboot of=${VND_RDEV} count=16
mount ${VND_DEV} ${MOUNT_POINT}
cp boot ${MOUNT_POINT}
diff --git a/distrib/vax/ramdisk/Makefile.inc b/distrib/vax/ramdisk/Makefile.inc
index e252c199eab..206324f6ac7 100644
--- a/distrib/vax/ramdisk/Makefile.inc
+++ b/distrib/vax/ramdisk/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 2007/04/09 14:55:11 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2007/04/13 17:34:40 millert Exp $
IMAGESIZE= 3072
GZIPCMD?= gzip
@@ -8,9 +8,9 @@ MAKEFLOPPY= 1
RAWLABEL=
#STRIP= echo
#NEWFS_WILL_FAIL= true
-#NEWFSOPTS_RD= -t ffs -m 0 -o space -f 1024 -i 16384 -c 4 -s 8192
+#NEWFSOPTS_RD= -t ffs -m 0 -o space -f 1024 -i 16384 -s 8192
HOSTCCFLAGS= -DDEBUG -O0
#HOSTCCFLAGS= -DBROKEN_NMAGIC -DDEBUG
BOOTXX= ${DESTDIR}/usr/mdec/sdboot
INSTALLBOOT= @true -- # totally incredible
-NEWFSOPTS_RD= ${NEWFSOPTS} -i 4096 -c 64 -s ${IMAGESIZE}
+NEWFSOPTS_RD= ${NEWFSOPTS} -i 4096 -s ${IMAGESIZE}