summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2009-07-28 19:30:07 +0000
committermiod <miod@openbsd.org>2009-07-28 19:30:07 +0000
commit68348574be687e35a23786209b13e0a7ad2cc204 (patch)
treee79ff9dbfcb883ab7ea89a3d566595e67b71b537
parentInstall interface addresses of other routers (LA bit set or 128 prefixlen) (diff)
downloadwireguard-openbsd-68348574be687e35a23786209b13e0a7ad2cc204.tar.xz
wireguard-openbsd-68348574be687e35a23786209b13e0a7ad2cc204.zip
Add bsd.mp to MDEXT
-rw-r--r--etc/etc.mvme88k/Makefile.inc5
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