Browse Source

include boot and miniroot image in MDEXT; ok miod@

OPENBSD_4_7
otto 14 years ago
parent
commit
0b9b076f2e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.loongson/Makefile.inc

+ 2
- 2
src/etc/etc.loongson/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \
@ -11,6 +11,6 @@ bsd:
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
MDEXT= bsd bsd.rd
MDEXT= bsd bsd.rd boot miniroot${OSrev}.fs
.PHONY: bsd bootblocks .PHONY: bsd bootblocks

Loading…
Cancel
Save