diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-28 19:30:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-28 19:30:08 +0000 |
commit | fb67b58e4d4baf34a4311f527a56c183d9117feb (patch) | |
tree | a83fa6d6c73402ba24a12f5c6c282667d55ca6a9 /etc | |
parent | 7afc8d5d244ef7fa7ce0ee24537168190fc65d09 (diff) |
Add bsd.mp to MDEXT
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.mvme88k/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc index e4160f11c22..9f6a559087d 100644 --- a/etc/etc.mvme88k/Makefile.inc +++ b/etc/etc.mvme88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2009/04/21 09:12:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2009/07/28 19:30:07 miod Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \ @@ -19,6 +19,7 @@ bsd.mp: bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ -MDEXT= bsd bsd.rd bootsd bootst bootxx installboot netboot stboot tftpboot +MDEXT= bsd bsd.mp bsd.rd +MDEXT+= bootsd bootst bootxx installboot netboot stboot tftpboot .PHONY: bsd bsd.mp bootblocks |