diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 03:26:25 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 03:26:25 +0000 |
commit | f0bc2af3bd208f9e8f53957388b9b39a7eb50b73 (patch) | |
tree | d8e95be9a99a490d5d822a04851eaa81dc9586ad /distrib/i386/floppies/ramdisk/Makefile | |
parent | 148f9be486a79532f3308fd014222b6e8ee4905e (diff) |
Remove unneeded REV to install of kernel and boot blocks
Diffstat (limited to 'distrib/i386/floppies/ramdisk/Makefile')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 87671f7e65f..09c6c927b08 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1997/05/03 07:56:44 tholo Exp $ +# $OpenBSD: Makefile,v 1.10 1997/05/04 03:26:24 tholo Exp $ # Revision is 2.1 REV= 21 @@ -39,7 +39,7 @@ ${FS}: bsd.gz .endif mount ${VND_DEV} ${MOUNT_POINT} TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ - REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTFLOPPY} + TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTFLOPPY} sync cat /*bin/* > /dev/null sync |