# $FreeBSD: stable/8/gnu/usr.bin/gdb/Makefile 188941 2009-02-23 18:22:49Z raj $

SUBDIR=	doc libgdb gdb gdbtui kgdb

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

.include <bsd.subdir.mk>
