# $FreeBSD: stable/7/gnu/usr.bin/gdb/Makefile 207777 2010-05-08 13:23:57Z imp $

SUBDIR=	doc libgdb gdb gdbtui kgdb

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

.include <bsd.subdir.mk>
