|
|
@ -1,8 +1,8 @@ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 2006/06/06 01:27:03 deraadt Exp $ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.3 2006/06/08 02:29:03 drahn Exp $ |
|
|
|
# etc.armish/Makefile.inc -- armish-specific etc Makefile targets |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd notes distrib |
|
|
|
snap_md: bsd distrib |
|
|
|
cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
@ -11,10 +11,6 @@ bsd: |
|
|
|
cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \ |
|
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
notes: |
|
|
|
cp ${.CURDIR}/etc.armish/INSTALL.* ${DESTDIR}/snapshot |
|
|
|
|
|
|
|
|
|
|
|
.PHONY: bsd notes |
|
|
|
.PHONY: bsd |
|
|
|
|
|
|
|
.endif # DESTDIR check |