|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.13 2010/08/17 19:17:14 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.14 2011/01/14 17:18:50 deraadt Exp $ |
|
|
|
|
|
|
|
|
kernels: bsd bsd.mp bootblocks |
|
|
kernels: bsd bsd.mp bootblocks |
|
|
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ |
|
@ -21,7 +21,7 @@ bootblocks: |
|
|
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${RELEASEDIR}/bsd.tbxi |
|
|
cp ${DESTDIR}/usr/mdec/bsd.tbxi ${RELEASEDIR}/bsd.tbxi |
|
|
cp ${DESTDIR}/usr/mdec/boot.mac ${RELEASEDIR}/boot.mac |
|
|
cp ${DESTDIR}/usr/mdec/boot.mac ${RELEASEDIR}/boot.mac |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso install${OSrev}.iso \ |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.mp bsd.rd cd${OSrev}.iso \ |
|
|
ofwboot bsd.tbxi boot.mac |
|
|
ofwboot bsd.tbxi boot.mac |
|
|
|
|
|
|
|
|
.PHONY: bsd bsd.mp bootblocks |
|
|
.PHONY: bsd bsd.mp bootblocks |
|
|