From 0b9b076f2e6e6147d01b5f8f61cd39d0fdd1599a Mon Sep 17 00:00:00 2001 From: otto <> Date: Tue, 23 Feb 2010 11:01:06 +0000 Subject: [PATCH] include boot and miniroot image in MDEXT; ok miod@ --- src/etc/etc.loongson/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.loongson/Makefile.inc b/src/etc/etc.loongson/Makefile.inc index cb0794f4..575f3188 100644 --- a/src/etc/etc.loongson/Makefile.inc +++ b/src/etc/etc.loongson/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2010/02/17 18:09:49 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2010/02/23 11:01:06 otto Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ @@ -11,6 +11,6 @@ bsd: bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} -MDEXT= bsd bsd.rd +MDEXT= bsd bsd.rd boot miniroot${OSrev}.fs .PHONY: bsd bootblocks