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/sparc/floppies/inst-common/Makefile.inc | |
parent | 54cc77968d2f1847ce07f864067650ac0f073a4c (diff) |
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/sparc/floppies/inst-common/Makefile.inc')
-rw-r--r-- | distrib/sparc/floppies/inst-common/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sparc/floppies/inst-common/Makefile.inc b/distrib/sparc/floppies/inst-common/Makefile.inc index beb6f34a82a..1afa9b2ad50 100644 --- a/distrib/sparc/floppies/inst-common/Makefile.inc +++ b/distrib/sparc/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 1997/05/11 20:01:58 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.10 1997/05/14 18:39:06 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}a VND_RDEV= /dev/r${VND}a PID!= echo $$$$ @@ -34,7 +34,6 @@ all: ${CBIN} df -i ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u ${VND} - cat /bin/* > /dev/null # flush buffer cache (yuck) cp ${REALIMAGE} ${IMAGE} rm ${REALIMAGE} |