Makefile revision 256281
1# $FreeBSD: stable/10/gnu/usr.bin/gdb/Makefile 211725 2010-08-23 22:24:11Z imp $
2
3SUBDIR=	doc libgdb gdb gdbtui kgdb
4
5.if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
6SUBDIR+=gdbserver
7.endif
8
9.include <bsd.subdir.mk>
10