summaryrefslogtreecommitdiff
path: root/etc/etc.macppc/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-04-25 04:04:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-04-25 04:04:16 +0000
commita919e08d2643d7e365f518510c0db29ed21807c5 (patch)
tree11702be5bddac5b9bd9c28cce696cfc127cfac39 /etc/etc.macppc/Makefile.inc
parentc69d34db98abe4d9e77228d08005c88f3ab1e5ee (diff)
express hope
Diffstat (limited to 'etc/etc.macppc/Makefile.inc')
-rw-r--r--etc/etc.macppc/Makefile.inc11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc
index 9de2308bbfe..e2fdbc01d65 100644
--- a/etc/etc.macppc/Makefile.inc
+++ b/etc/etc.macppc/Makefile.inc
@@ -1,15 +1,22 @@
-# $OpenBSD: Makefile.inc,v 1.9 2007/01/29 21:28:33 martin Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2008/04/25 04:04:15 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd bootblocks distrib gzip_bsd.rd
+snap_md: bsd bsd.mp bootblocks distrib gzip_bsd.rd
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
+ cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP/bsd \
+ ${DESTDIR}/snapshot/bsd.mp
bsd:
cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
+bsd.mp:
+ cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC.MP
+ cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP && \
+ ${MAKE} clean && ${MAKE} depend && exec ${MAKE}
+
bootblocks:
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi