Makefile revision 204335
1# $FreeBSD: head/gnu/usr.bin/gdb/Makefile 204335 2010-02-25 21:29:00Z jkim $
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