1#	$NetBSD: Makefile,v 1.1 2011/09/26 03:02:44 christos Exp $
2
3.include "../Makefile.inc"
4
5#SUBDIR+= sim .WAIT
6
7SUBDIR+=  gdb
8.if ${USE_TUI} == yes
9SUBDIR+= gdbtui
10.endif
11
12#SUBDIR+= gdbserver
13
14.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
15    ${MACHINE_ARCH} == powerpc64
16SUBDIR+= psim
17.endif
18
19.include <bsd.subdir.mk>
20