summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-06 23:59:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-06 23:59:19 +0000
commitb1852bac0a302c0bf5763ac719e7bd4bcbc02564 (patch)
tree95d46b79f5c414260f91a875fda731d9cbd69f91 /etc
parent53f9047f20e7cf0fc8e168ba1733787c182dc5f2 (diff)
Be nice if we have bootblocks available, too
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.sgi/Makefile.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc
index 0eecb2bf1c8..a17e204fb04 100644
--- a/etc/etc.sgi/Makefile.inc
+++ b/etc/etc.sgi/Makefile.inc
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile.inc,v 1.8 2009/05/30 04:01:29 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.9 2009/10/06 23:59:18 deraadt Exp $
-kernels: bsd
+kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \
${RELEASEDIR}/bsd.IP27
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30/bsd \
@@ -19,7 +19,11 @@ bsd:
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
+bootblocks:
+ cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR}
+ cp ${DESTDIR}/usr/mdec/boot64 ${RELEASEDIR}
+
MDEXT= bsd.IP27 bsd.rd.IP27 bsd.IP30 bsd.rd.IP30 bsd.IP32 bsd.rd.IP32 \
- cd${OSrev}.iso
+ boot32 boot64 cd${OSrev}.iso
-.PHONY: bsd
+.PHONY: bsd bootblocks