From 4718128d3807488a22e1f189ac00c39f62431c30 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 14 Jan 2011 17:18:51 +0000 Subject: 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..) --- etc/etc.alpha/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/etc.alpha') diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index f136fb8cee3..fc6351e5099 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2010/08/17 19:17:12 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2011/01/14 17:18:49 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ @@ -14,7 +14,7 @@ bootblocks: cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR} -MDEXT= bsd bsd.rd cd${OSrev}.iso install${OSrev}.iso \ +MDEXT= bsd bsd.rd cd${OSrev}.iso \ floppy${OSrev}.fs floppyB${OSrev}.fs \ boot bootxx netboot -- cgit v1.2.3