summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/kc
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/i386/floppies/kc
parent54cc77968d2f1847ce07f864067650ac0f073a4c (diff)
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/i386/floppies/kc')
-rw-r--r--distrib/i386/floppies/kc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile
index 3fb30215943..84d52100c06 100644
--- a/distrib/i386/floppies/kc/Makefile
+++ b/distrib/i386/floppies/kc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1997/05/11 20:01:55 millert Exp $
+# $OpenBSD: Makefile,v 1.15 1997/05/14 18:38:59 niklas Exp $
TOP= ${.CURDIR}/..
@@ -6,7 +6,7 @@ TOP= ${.CURDIR}/..
IMAGE= kc${REV}.fs
CBIN= kcbin
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
IMAGE?= xxx-${REV}.fs
@@ -49,7 +49,6 @@ all: bsd ${CBIN}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND}
- cat /*bin/* > /dev/null
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}