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.sgi | |
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.sgi')
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index 28b3690ed49..90f112192fb 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2010/01/19 19:55:53 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2010/08/17 19:17:14 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \ @@ -30,6 +30,6 @@ bootblocks: MDEXT= bsd.IP27 bsd.rd.IP27 bsd.IP30 bsd.mp.IP30 bsd.rd.IP30 \ bsd.IP32 bsd.rd.IP32 \ - boot32 boot64 cd${OSrev}.iso + boot32 boot64 cd${OSrev}.iso install${OSrev}.iso .PHONY: bsd bootblocks |