diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 05:36:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-07 05:36:06 +0000 |
commit | 0fe1400b8f96e98799a37b7886afd9b2afc5c681 (patch) | |
tree | ebe77367432952e8a3f5b82c18ab1fce1caed065 /distrib | |
parent | b73ca43fb934326c6d9aaab54b75e37e159dae6e (diff) |
call if floppy22.fs
Diffstat (limited to 'distrib')
-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 9aef7e7bbc7..c833ce5300f 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 1997/09/26 02:09:57 millert Exp $ +# $OpenBSD: Makefile,v 1.27 1997/10/07 05:36:05 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -15,7 +15,7 @@ LISTS= ${.CURDIR}/list MOUNT_POINT= /mnt MTREE= ${.CURDIR}/mtree.conf -FS= floppy.fs +FS= floppy${REV}.fs VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a |