summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-02-23 11:01:07 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-02-23 11:01:07 +0000
commit19aab43de038fafc9acd1daca1e40c37f46c751b (patch)
tree027f11bfbdc7a5f00e5ca938924bca5bb38f6ce7 /etc
parent71cd60f145cccf3ae3fbf90b1ac2764de5471b49 (diff)
include boot and miniroot image in MDEXT; ok miod@
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.loongson/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.loongson/Makefile.inc b/etc/etc.loongson/Makefile.inc
index cb0794f44dc..575f318824b 100644
--- a/etc/etc.loongson/Makefile.inc
+++ b/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