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.hppa | |
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.hppa')
-rw-r--r-- | etc/etc.hppa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hppa/Makefile.inc b/etc/etc.hppa/Makefile.inc index bab8aecdacb..53973dc5ada 100644 --- a/etc/etc.hppa/Makefile.inc +++ b/etc/etc.hppa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2010/12/30 19:22:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ kernels: bootblocks bsd bsd.mp cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ @@ -19,7 +19,7 @@ bsd.mp: bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} -MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso lif${OSrev}.fs \ +MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso lif${OSrev}.fs \ xxboot .PHONY: bsd bsd.mp bootblocks |