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.amd64 | |
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.amd64')
-rw-r--r-- | etc/etc.amd64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amd64/Makefile.inc b/etc/etc.amd64/Makefile.inc index 6acd6d6b19c..d92b060ccf0 100644 --- a/etc/etc.amd64/Makefile.inc +++ b/etc/etc.amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2011/01/14 17:18:50 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \ @@ -21,7 +21,7 @@ bootblocks: cp ${DESTDIR}/usr/mdec/cdboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/cdbr ${RELEASEDIR} -MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso \ +MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso \ floppy${OSrev}.fs pxeboot cdboot cdbr .PHONY: bsd bsd.mp bootblocks |