summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/Makefile
blob: 4c10759a6b17ef0db3dc9a81f380f3b261a3bdf2 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

SUBDIR=	doc libgdb gdb gdbtui kgdb

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
SUBDIR+=gdbserver
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud