summaryrefslogtreecommitdiff
path: root/distrib/arc/common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/arc/common/Makefile.inc')
-rw-r--r--distrib/arc/common/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/arc/common/Makefile.inc b/distrib/arc/common/Makefile.inc
index a05d1d3db5c..099423b3c08 100644
--- a/distrib/arc/common/Makefile.inc
+++ b/distrib/arc/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 1997/05/14 21:25:13 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/09/26 02:20:40 millert Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -27,12 +27,12 @@ all: ${CBIN}
dd if=/dev/zero of=${REALIMAGE} bs=10k count=120
vnconfig -v -c ${VND} ${REALIMAGE}
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${VND} floppy5
- newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy5
+ newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV}
.else
dd if=/dev/zero of=${REALIMAGE} bs=10k count=144
vnconfig -v -c ${VND} ${REALIMAGE}
disklabel -w -B -b /usr/mdec/fdboot -s /usr/mdec/bootfd ${VND} floppy3
- newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV} floppy3
+ newfs -O -m 0 -o space -i 3000 -c 80 ${VND_RDEV}
.endif
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u