|
|
@ -1,7 +1,7 @@ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 2002/05/13 07:22:42 espie Exp $ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.3 2003/01/16 19:13:36 mickey Exp $ |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd distrib |
|
|
|
snap_md: boot bsd distrib |
|
|
|
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
@ -9,6 +9,8 @@ bsd: |
|
|
|
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC |
|
|
|
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ |
|
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
boot: |
|
|
|
cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot |
|
|
|
|
|
|
|
.PHONY: bsd |
|
|
|
|
|
|
|