summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb6/sim/Makefile
blob: 2e3d818815d2edbe03b11cb78f902e6162c10f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 2006/11/18 20:19:24 he Exp $

.include <bsd.own.mk>

# PSIM support for PowerPC.
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
    ${MACHINE_ARCH} == powerpc64
SUBDIR+=	ppc .WAIT psim
.endif

.include <bsd.subdir.mk>