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/ramdiskB/Makefile | |
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/ramdiskB/Makefile')
-rw-r--r-- | distrib/i386/floppies/ramdiskB/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distrib/i386/floppies/ramdiskB/Makefile b/distrib/i386/floppies/ramdiskB/Makefile new file mode 100644 index 00000000000..880fc5514ee --- /dev/null +++ b/distrib/i386/floppies/ramdiskB/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 1999/08/06 20:49:11 deraadt Exp $ + +.PATH: ${.CURDIR}/../ramdisk +RAMDISK=RAMDISKB +XNAME=floppyB +NOBSDRD=1 + +.include "${.CURDIR}/../common/Makefile.inc" |