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