summaryrefslogtreecommitdiff
path: root/external/gpl3/gdb/bin/Makefile
blob: 0b1dff5b4416f6d0c9ffa493d37a9c0ca85073a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.5 2021/06/07 14:24:42 christos Exp $

.include "../Makefile.inc"

#SUBDIR+= sim .WAIT

SUBDIR+=  gdb
.if ${USE_TUI} == yes
SUBDIR+= gdbtui
.endif

.if ${MACHINE} == "amd64"
SUBDIR+= gdbserver
.endif

.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
    ${MACHINE_ARCH} == powerpc64
SUBDIR+= psim
.endif

.include <bsd.subdir.mk>