diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-01-14 17:18:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-01-14 17:18:51 +0000 |
commit | 4718128d3807488a22e1f189ac00c39f62431c30 (patch) | |
tree | 04be9cc69bc38b57f0d8bb0584e5e09749415af4 /etc/etc.sparc | |
parent | fb9810dcb293582c0515aa7d5d42d6852c733ccc (diff) |
We should not sum the install*.iso file, since it is not created at build
time. We've been summing the one from the previous build (then additional
goo I run has been cleaning it up..)
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r-- | etc/etc.sparc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc index 534b366f470..4c96c7b38fa 100644 --- a/etc/etc.sparc/Makefile.inc +++ b/etc/etc.sparc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.17 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2011/01/14 17:18:50 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ @@ -18,7 +18,7 @@ bootblocks: ${DESTDIR}/usr/mdec/binstall net /tmp && \ mv /tmp/boot.sparc.openbsd ${RELEASEDIR}/boot.net -MDEXT= bsd bsd.rd bsd.scsi3 cd${OSrev}.iso install${OSrev}.iso \ +MDEXT= bsd bsd.rd bsd.scsi3 cd${OSrev}.iso \ floppy${OSrev}.fs miniroot${OSrev}.fs \ boot boot.net bootxx installboot |