diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-06 20:49:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-06 20:49:13 +0000 |
commit | 4b57bcebb4c156295b28be0f3c4a570686d600ee (patch) | |
tree | bf7dba94529431777059e169b5682849aa812d4c /distrib/i386/floppies/Makefile.inc | |
parent | b157f7dc13613d1d5742dd6d18c41bb56719b307 (diff) |
new install media. floppyXX.fs is the regular one. floppyBXX.fs contains no
none of the scsi drivers on the first floppy, but others (to be detailed
elsewhere). bsd.rd is still the one from floppyXX.fs. finally, cdromXX.fs
is a 2.88MB install, which contains a superset of all these.. to be placed on
the CD.
Diffstat (limited to 'distrib/i386/floppies/Makefile.inc')
-rw-r--r-- | distrib/i386/floppies/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/i386/floppies/Makefile.inc b/distrib/i386/floppies/Makefile.inc index 0924d250eb2..ae4e9390eb0 100644 --- a/distrib/i386/floppies/Makefile.inc +++ b/distrib/i386/floppies/Makefile.inc @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.11 1998/06/27 20:52:07 todd Exp $ +# $OpenBSD: Makefile.inc,v 1.12 1999/08/06 20:49:05 deraadt Exp $ REV= ${OSrev} -FLOPPY3=1 .include <bsd.own.mk> |