Makefile revision 205710
1275218Sbapt# $FreeBSD: head/gnu/usr.bin/gdb/Makefile 205710 2010-03-26 19:40:53Z marcel $
2275218Sbapt
3275218SbaptSUBDIR=	doc libgdb gdb gdbtui kgdb
4
5TARGET_ARCH?= ${MACHINE_ARCH}
6.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "arm" || \
7    ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "powerpc"
8SUBDIR+=gdbserver
9.endif
10
11.include <bsd.subdir.mk>
12