]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/gdb/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / gdb / Makefile
1 # $FreeBSD$
2
3 SUBDIR= doc libgdb gdb gdbtui kgdb
4
5 .if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
6 SUBDIR+=gdbserver
7 .endif
8
9 .include <bsd.subdir.mk>