|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.1 2001/09/01 16:13:48 drahn Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 2001/10/03 17:11:32 drahn Exp $ |
|
|
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets |
|
|
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
@ -11,9 +11,10 @@ bsd: |
|
|
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
|
# knows about bsd.rd and bsdofw.rd |
|
|
|
|
|
|
|
|
# knows about bsd.rd |
|
|
distrib: |
|
|
distrib: |
|
|
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot |
|
|
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot |
|
|
|
|
|
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi |
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
make && make install |
|
|
make && make install |
|
|
mkdir ${DESTDIR}/snapshot/boot |
|
|
mkdir ${DESTDIR}/snapshot/boot |
|
|