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/simpleroot | |
parent | 54cc77968d2f1847ce07f864067650ac0f073a4c (diff) |
Use svnds and remove ugly cache flushing
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r-- | distrib/simpleroot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index b40c540dca8..35ad0e3d3d1 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.7 1997/05/14 18:39:05 niklas Exp $ + # Revision is 2.1 REV= 21 @@ -8,7 +10,7 @@ ARCHDIR= ${.CURDIR}/../${MACHINE}/simpleroot .endif MOUNT_POINT?= /mnt -VND?= vnd0 +VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a DISKTYPE= simpleroot @@ -56,7 +58,6 @@ all: @echo "" umount ${MOUNT_POINT} vnconfig -u ${VND} - cat /*bin/* > /dev/null cp ${REALIMAGE} ${IMAGE} .if (${GZIP} == "gzip") ${GZIP} ${IMAGE} |