2002-01-22 17:02:08 +00:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/01/22 17:02:08 mrg Exp $
|
2002-01-22 16:55:19 +00:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if defined(USE_NEW_TOOLCHAIN)
|
|
|
|
|
|
|
|
# PSIM support for PowerPC.
|
|
|
|
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle
|
2002-01-22 17:02:08 +00:00
|
|
|
SUBDIR+= ppc
|
2002-01-22 16:55:19 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
.endif
|