xref: /freebsd-12.1/gnu/usr.bin/gdb/Makefile (revision bdcf2df5)
1# $FreeBSD$
2
3SUBDIR=	doc libgdb gdb gdbtui kgdb
4
5.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
6SUBDIR+=gdbserver
7.endif
8
9.include <bsd.subdir.mk>
10