diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:34:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 20:34:55 +0000 |
commit | 6cb211fac28e159092fb909666f6129ca469a751 (patch) | |
tree | 3642e5831eea9bf1a5a66a3e5bef198763ba06f2 /distrib/alpha | |
parent | b878ce79ca9d34914a90d6dbd14aa8ed4d060e8e (diff) |
version number in floppy name
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index f2ad4eb82ec..d6def7d48ca 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1997/09/26 02:09:53 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1997/10/19 20:34:54 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -21,7 +21,7 @@ GZIP?= gzip GZIPFLAGS?= -9f INSTALLBOOT?= /usr/mdec/installboot -v -FLOPPY?= floppy.fs +FLOPPY?= floppy${REV}.fs FLOPPYBLKS?= 2880 FLOPPYTYPE?= floppy3 BOOT?= /usr/mdec/boot |