Home | History | Annotate | Line # | Download | only in bin
      1 #	$NetBSD: Makefile,v 1.7 2024/08/27 21:50:00 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .include "../Makefile.inc"
      6 
      7 #SUBDIR+= sim .WAIT
      8 
      9 SUBDIR+=  gdb
     10 .if ${USE_TUI} == yes
     11 SUBDIR+= gdbtui
     12 .endif
     13 
     14 .if ${MKGDBSERVER} != "no"
     15 SUBDIR+= gdbserver
     16 .endif
     17 
     18 #.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
     19 #    ${MACHINE_ARCH} == powerpc64
     20 #SUBDIR+= psim
     21 #.endif
     22 
     23 .include <bsd.subdir.mk>
     24