diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 18:39:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-14 18:39:09 +0000 |
commit | 58ea9602e4ddbb2c2833a56125facd9f10b737bf (patch) | |
tree | f0435a12c745eae980e432cf6fa33df62ea4b7b7 /distrib/arm32 | |
parent | 54cc77968d2f1847ce07f864067650ac0f073a4c (diff) |
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/arm32')
-rw-r--r-- | distrib/arm32/floppies/inst-common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/arm32/floppies/inst-common/Makefile.inc b/distrib/arm32/floppies/inst-common/Makefile.inc index cbde1681f24..dc9237bb389 100644 --- a/distrib/arm32/floppies/inst-common/Makefile.inc +++ b/distrib/arm32/floppies/inst-common/Makefile.inc @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.2 1997/05/14 18:38:54 niklas Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/05/16 19:59:03 mark Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -6,7 +7,7 @@ CBIN= instbin COMMONDIR= ${TOP}/inst-common MOUNT_POINT?= /mnt -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a IMAGE?= xxx-${REV}.fs @@ -29,7 +30,6 @@ all: ${CBIN} @echo "" umount ${MOUNT_POINT} vnconfig -u ${VND_DEV} - cat /*bin/* > /dev/null unconfig: -umount -f ${MOUNT_POINT} |