diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-03 01:37:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-03 01:37:37 +0000 |
commit | 56cbbdd77bb655f338f005daab8c692e09ddd68d (patch) | |
tree | 1b8b2a0f68f85b870649a8cd27d93e6e75f268cd /etc/etc.i386 | |
parent | 6dbc8c384c07b726b8091fef522520889494d840 (diff) |
cdemu is no more
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index 4673b0d93bd..2e65c35a521 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.20 2011/07/22 09:30:54 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2014/03/03 01:37:36 deraadt Exp $ KERNELS += GENERIC.MP bsd.mp @@ -12,6 +12,5 @@ bootblocks: linux-notes: cp ${.CURDIR}/etc.i386/INSTALL.* ${RELEASEDIR} -MDEXT= bsd.rd cd${OSrev}.iso cdemu${OSrev}.iso \ - floppy${OSrev}.fs floppyB${OSrev}.fs floppyC${OSrev}.fs \ - pxeboot cdboot cdbr INSTALL.linux +MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \ + floppyC${OSrev}.fs pxeboot cdboot cdbr INSTALL.linux |