# $FreeBSD: stable/6/gnu/usr.bin/gdb/Makefile 207776 2010-05-08 13:21:22Z imp $

SUBDIR=	doc libgdb gdb gdbtui kgdb

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

.include <bsd.subdir.mk>
