summaryrefslogtreecommitdiff
path: root/etc/etc.mvme88k/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-17 19:17:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-17 19:17:15 +0000
commit9e07d7675fc18fe87d568aed72e35af91dba0231 (patch)
treeac412dada835e3b711fb87ab3462a5fd4ae1bfea /etc/etc.mvme88k/Makefile.inc
parent5268c49d0fb645ef2cbc307c2a6d81bfa902a58b (diff)
MDEXT missed some files (result was they are not listed in the build-time
SHA256 file). Issue spotted by claudio. ok miod
Diffstat (limited to 'etc/etc.mvme88k/Makefile.inc')
-rw-r--r--etc/etc.mvme88k/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc
index 9f6a559087d..041511597d6 100644
--- a/etc/etc.mvme88k/Makefile.inc
+++ b/etc/etc.mvme88k/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.11 2009/07/28 19:30:07 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.12 2010/08/17 19:17:14 deraadt Exp $
kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \
@@ -19,7 +19,7 @@ bsd.mp:
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
-MDEXT= bsd bsd.mp bsd.rd
-MDEXT+= bootsd bootst bootxx installboot netboot stboot tftpboot
+MDEXT= bsd bsd.mp bsd.rd \
+ bootsd bootst bootxx installboot netboot stboot tftpboot
.PHONY: bsd bsd.mp bootblocks