summaryrefslogtreecommitdiff
path: root/etc/etc.mvme88k/Makefile.inc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-11-09 18:15:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-11-09 18:15:23 +0000
commit80ff0d9e2b8a794bb9275f24e0588d3d0b71f314 (patch)
tree5e669f38d2282b5d7db7bda2d8a4267a6a778ad3 /etc/etc.mvme88k/Makefile.inc
parent037380a8adbda205daf389ec75c75f4032f2fc56 (diff)
Build and advertize bsd.mp on mvme88k.
Diffstat (limited to 'etc/etc.mvme88k/Makefile.inc')
-rw-r--r--etc/etc.mvme88k/Makefile.inc13
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc
index 6665af09864..3215651cabe 100644
--- a/etc/etc.mvme88k/Makefile.inc
+++ b/etc/etc.mvme88k/Makefile.inc
@@ -1,18 +1,25 @@
-# $OpenBSD: Makefile.inc,v 1.7 2006/07/27 02:53:55 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.8 2007/11/09 18:15:22 miod Exp $
.ifdef DESTDIR
-snap_md: bsd bootblocks distrib
+snap_md: bsd bsd.mp bootblocks distrib
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
+ cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP/bsd \
+ ${DESTDIR}/snapshot/bsd.mp
bsd:
cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
+bsd.mp:
+ cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC.MP
+ cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP && \
+ ${MAKE} clean && ${MAKE} depend && ${MAKE}
+
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/
-.PHONY: bsd bootblocks
+.PHONY: bsd bsd.mp bootblocks
.endif # DESTDIR check