diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-12 17:10:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-12 17:10:39 +0000 |
commit | 36996adcff17b975095d906c7e4f992e63e740bd (patch) | |
tree | dfa9f821d2e5949b232b8a1e2423fa1b786dcdd9 /etc | |
parent | 0f19f197e4c7dbe7db988f2bb501c7b513644f64 (diff) |
Due to recent savings with instbin, we can take i386 to one install
floppy. A few drivers are missing, but the world has moved on (the drivers
included are always a work in progress)
Speeds up make release substantially, of course.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.i386/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index 9503abe8de1..08635d99b9c 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.23 2014/03/07 22:50:31 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.24 2015/01/12 17:10:38 deraadt Exp $ KERNELS += GENERIC.MP bsd.mp @@ -7,6 +7,5 @@ bootblocks: cp ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR} -MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \ - floppyC${OSrev}.fs miniroot${OSrev}.fs \ +MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs miniroot${OSrev}.fs \ pxeboot cdboot cdbr |