diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-17 19:17:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-17 19:17:15 +0000 |
commit | 9e07d7675fc18fe87d568aed72e35af91dba0231 (patch) | |
tree | ac412dada835e3b711fb87ab3462a5fd4ae1bfea /etc/etc.sparc64 | |
parent | 5268c49d0fb645ef2cbc307c2a6d81bfa902a58b (diff) |
MDEXT missed some files (result was they are not listed in the build-time
SHA256 file). Issue spotted by claudio.
ok miod
Diffstat (limited to 'etc/etc.sparc64')
-rw-r--r-- | etc/etc.sparc64/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index 677cbeaaf21..010ba246fed 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:29 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2010/08/17 19:17:14 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \ @@ -19,8 +19,8 @@ bsd.mp: bootblocks: cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR} -MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso miniroot${OSrev}.fs \ - floppy${OSrev}.fs floppyB${OSrev}.fs \ +MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso \ + miniroot${OSrev}.fs floppy${OSrev}.fs floppyB${OSrev}.fs \ bootblk installboot ofwboot ofwboot.net .PHONY: bsd bsd.mp bootblocks |