blob: a9e6b725ff7abf2a15bc540cbbd82d1d661fac22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2002/02/10 17:38:24 tsutsui Exp $
.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
# PSIM support for PowerPC.
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle
SUBDIR+= ppc
.endif
.endif
.include <bsd.subdir.mk>
|