]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - gnu/usr.bin/gdb/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / gnu / usr.bin / gdb / Makefile
1 # $FreeBSD$
2
3 SUBDIR= doc libgdb gdb gdbtui kgdb
4
5 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
6 SUBDIR+=gdbserver
7 .endif
8
9 .include <bsd.subdir.mk>