blob: 3369450e30ab70781517b7c9016eb57a3a3829f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2006/07/10 23:06:51 ross Exp $
.include <bsd.own.mk>
# PSIM support for PowerPC.
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
${MACHINE_ARCH} == powerpc64
SUBDIR+= ppc psim
.endif
.include <bsd.subdir.mk>
|