From b1852bac0a302c0bf5763ac719e7bd4bcbc02564 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 6 Oct 2009 23:59:19 +0000 Subject: Be nice if we have bootblocks available, too --- etc/etc.sgi/Makefile.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3