diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-05 14:47:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-05 14:47:35 +0000 |
commit | 56bde15fc71c07dd3e12eb378c50d8cc1932ba76 (patch) | |
tree | 2ca6e501f78cba10a4191d8fe01131fad29241c0 /etc/etc.i386/Makefile.inc | |
parent | ac3faa512da4971dd3b4c633f7120a3cd20c208d (diff) |
some files were not being hashes, because they were missing from MDEXT
noticed by jsg, and important enough to make release
Diffstat (limited to 'etc/etc.i386/Makefile.inc')
-rw-r--r-- | etc/etc.i386/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index 2e65c35a521..e9790051a21 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.21 2014/03/03 01:37:36 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2014/03/05 14:47:34 deraadt Exp $ KERNELS += GENERIC.MP bsd.mp @@ -13,4 +13,5 @@ linux-notes: cp ${.CURDIR}/etc.i386/INSTALL.* ${RELEASEDIR} MDEXT= bsd.rd cd${OSrev}.iso floppy${OSrev}.fs floppyB${OSrev}.fs \ - floppyC${OSrev}.fs pxeboot cdboot cdbr INSTALL.linux + floppyC${OSrev}.fs miniroot${OSrev}.fs \ + pxeboot cdboot cdbr INSTALL.linux |