|
@ -1,27 +1,20 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.17 2002/05/13 07:22:42 espie Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.18 2005/03/08 20:03:04 miod Exp $ |
|
|
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets |
|
|
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
|
snap_md: bsd bsd.dl bootblocks distrib |
|
|
|
|
|
|
|
|
snap_md: bsd bootblocks distrib |
|
|
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \ |
|
|
|
|
|
${DESTDIR}/snapshot/bsd.dl |
|
|
|
|
|
|
|
|
|
|
|
bsd: |
|
|
bsd: |
|
|
cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ |
|
|
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
bsd.dl: |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS |
|
|
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \ |
|
|
|
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
|
|
|
bootblocks: |
|
|
bootblocks: |
|
|
cp ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/snapshot/SYS_UBOOT |
|
|
cp ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/snapshot/SYS_UBOOT |
|
|
cp ${DESTDIR}/usr/mdec/cdboot.lif ${DESTDIR}/snapshot/SYS_CDBOOT |
|
|
cp ${DESTDIR}/usr/mdec/cdboot.lif ${DESTDIR}/snapshot/SYS_CDBOOT |
|
|
|
|
|
|
|
|
.PHONY: bsd bsd.dl bootblocks |
|
|
|
|
|
|
|
|
.PHONY: bsd bootblocks |
|
|
|
|
|
|
|
|
.endif # DESTDIR check |
|
|
.endif # DESTDIR check |