From 20bb780bb822f643aa721c94b93a3e9c0c388ac6 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 17 Feb 2010 18:09:49 +0000 Subject: [PATCH] Build and install the boot blocks, and put it as part of the snapshots files. --- src/etc/etc.loongson/Makefile.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/etc/etc.loongson/Makefile.inc b/src/etc/etc.loongson/Makefile.inc index 2740d4ca..cb0794f4 100644 --- a/src/etc/etc.loongson/Makefile.inc +++ b/src/etc/etc.loongson/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.1 2010/01/23 19:26:45 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2010/02/17 18:09:49 miod Exp $ -kernels: bsd +kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ ${RELEASEDIR}/bsd bsd: @@ -8,7 +8,9 @@ bsd: cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -MDEXT= bsd bsd.rd +bootblocks: + cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} -.PHONY: bsd +MDEXT= bsd bsd.rd +.PHONY: bsd bootblocks