|
@ -1,14 +1,14 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.1 2004/12/31 00:06:15 drahn Exp $ |
|
|
|
|
|
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 2004/12/31 00:19:56 miod Exp $ |
|
|
|
|
|
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
|
snap_md: bsd distrib1 |
|
|
snap_md: bsd distrib1 |
|
|
cp ${.CURDIR}/../sys/arch/cats/compile/GENERIC/bsd \ |
|
|
|
|
|
|
|
|
cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
|
bsd: |
|
|
bsd: |
|
|
cd ${.CURDIR}/../sys/arch/cats/conf && config GENERIC |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/cats/compile/GENERIC && \ |
|
|
|
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \ |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
# knows about bsd.rd |
|
|
# knows about bsd.rd |
|
|