summaryrefslogtreecommitdiff
path: root/distrib/arc/floppies/inst-common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/arc/floppies/inst-common/Makefile.inc')
-rw-r--r--distrib/arc/floppies/inst-common/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/arc/floppies/inst-common/Makefile.inc b/distrib/arc/floppies/inst-common/Makefile.inc
index 89e8c1a9c60..7e5b553414f 100644
--- a/distrib/arc/floppies/inst-common/Makefile.inc
+++ b/distrib/arc/floppies/inst-common/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.2 1997/05/11 20:02:00 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1997/05/14 18:38:52 niklas Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -6,7 +6,7 @@ CBIN= instbin
COMMONDIR= ${TOP}/inst-common
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}c
VND_RDEV= /dev/r${VND}c
PID!= echo $$$$
@@ -29,7 +29,6 @@ all: ${CBIN}
df -i ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_DEV}
- cat /bin/* > /dev/null # flush buffer cache (yuck)
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}