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