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.vax/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/etc.vax') diff --git a/etc/etc.vax/Makefile.inc b/etc/etc.vax/Makefile.inc index 7737a79caad..da260f8af47 100644 --- a/etc/etc.vax/Makefile.inc +++ b/etc/etc.vax/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \ @@ -12,6 +12,6 @@ bsd: bootblocks: mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop -MDEXT= bsd bsd.rd boot.mop cd${OSrev}.iso install${OSrev}.iso floppy${OSrev}.fs +MDEXT= bsd bsd.rd boot.mop cd${OSrev}.iso floppy${OSrev}.fs .PHONY: bsd bootblocks -- cgit v1.2.3