]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/gdb/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>