diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-21 07:03:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-21 07:03:14 +0000 |
commit | 06430ecdcf36287e11660e99c3f15e205aa8a969 (patch) | |
tree | 7f1cd4c82618dba7befa3cbbddbba1098749bdbd /distrib/i386 | |
parent | 8d5428cabe2e1215c90381de2195f8583bbf5685 (diff) |
consistant names, damnit
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/inst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/Makefile b/distrib/i386/floppies/inst/Makefile index 490fdc6f21c..4d32f2c3ed8 100644 --- a/distrib/i386/floppies/inst/Makefile +++ b/distrib/i386/floppies/inst/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:37:34 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/09/21 07:03:13 deraadt Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" -IMAGE= inst-${REV}.fs +IMAGE= inst${REV}.fs .include "${TOP}/inst-common/Makefile.inc" |