Browse Source

Build and install the boot blocks, and put it as part of the snapshots files.

OPENBSD_4_7
miod 14 years ago
parent
commit
20bb780bb8
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      src/etc/etc.loongson/Makefile.inc

+ 6
- 4
src/etc/etc.loongson/Makefile.inc View File

@ -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

Loading…
Cancel
Save