summaryrefslogtreecommitdiff
path: root/etc/etc.vax/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-14 17:18:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-14 17:18:51 +0000
commit4718128d3807488a22e1f189ac00c39f62431c30 (patch)
tree04be9cc69bc38b57f0d8bb0584e5e09749415af4 /etc/etc.vax/Makefile.inc
parentfb9810dcb293582c0515aa7d5d42d6852c733ccc (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.vax/Makefile.inc')
-rw-r--r--etc/etc.vax/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
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