|
@ -1,5 +1,5 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.2 2004/02/06 02:36:31 drahn Exp $ |
|
|
|
|
|
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.3 2004/02/06 02:39:50 drahn Exp $ |
|
|
|
|
|
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
|
snap_md: bsd distrib1 |
|
|
snap_md: bsd distrib1 |
|
@ -13,10 +13,8 @@ bsd: |
|
|
|
|
|
|
|
|
# knows about bsd.rd |
|
|
# knows about bsd.rd |
|
|
distrib1: |
|
|
distrib1: |
|
|
cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot |
|
|
|
|
|
${MAKE} distrib |
|
|
${MAKE} distrib |
|
|
gzip -9 ${DESTDIR}/snapshot/bsd.rd |
|
|
|
|
|
mv ${DESTDIR}/snapshot/bsd.rd.gz ${DESTDIR}/snapshot/bsd.rd |
|
|
|
|
|
|
|
|
mv ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/bsd.rd |
|
|
|
|
|
|
|
|
.PHONY: bsd distrib1 |
|
|
.PHONY: bsd distrib1 |
|
|
|
|
|
|
|
|