summaryrefslogtreecommitdiff
path: root/distrib/sparc/floppies/kernel/Makefile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-14 18:39:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-14 18:39:09 +0000
commit58ea9602e4ddbb2c2833a56125facd9f10b737bf (patch)
treef0435a12c745eae980e432cf6fa33df62ea4b7b7 /distrib/sparc/floppies/kernel/Makefile
parent54cc77968d2f1847ce07f864067650ac0f073a4c (diff)
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/sparc/floppies/kernel/Makefile')
-rw-r--r--distrib/sparc/floppies/kernel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sparc/floppies/kernel/Makefile b/distrib/sparc/floppies/kernel/Makefile
index be41224788d..de108ab8fe4 100644
--- a/distrib/sparc/floppies/kernel/Makefile
+++ b/distrib/sparc/floppies/kernel/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 1997/05/11 20:01:59 millert Exp $
+# $OpenBSD: Makefile,v 1.10 1997/05/14 18:39:07 niklas Exp $
.include "../Makefile.inc"
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
IMAGE= kc${REV}.fs
@@ -32,7 +32,6 @@ all: bsd
df -i ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND}
- cat /bin/* > /dev/null # flush buffer cache (yuck)
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}