|
@ -1,18 +1,25 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.8 2010/08/17 19:17:14 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.9 2010/12/30 19:22:26 deraadt Exp $ |
|
|
|
|
|
|
|
|
kernels: bootblocks bsd |
|
|
|
|
|
|
|
|
kernels: bootblocks bsd bsd.mp |
|
|
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ |
|
|
${RELEASEDIR}/bsd |
|
|
${RELEASEDIR}/bsd |
|
|
|
|
|
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP/bsd \ |
|
|
|
|
|
${RELEASEDIR}/bsd.mp |
|
|
|
|
|
|
|
|
bsd: |
|
|
bsd: |
|
|
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ |
|
|
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
|
|
|
bsd.mp: |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \ |
|
|
|
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
bootblocks: |
|
|
bootblocks: |
|
|
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} |
|
|
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.rd cd${OSrev}.iso install${OSrev}.iso lif${OSrev}.fs \ |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso lif${OSrev}.fs \ |
|
|
xxboot |
|
|
xxboot |
|
|
|
|
|
|
|
|
.PHONY: bsd bootblocks |
|
|
|
|
|
|
|
|
.PHONY: bsd bsd.mp bootblocks |