]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/gdb/Makefile
This commit was generated by cvs2svn to compensate for changes in r163976,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / gdb / Makefile
1 # $FreeBSD$
2
3 SUBDIR= doc libgdb gdb gdbtui kgdb
4
5 .if ${MACHINE_ARCH} == "i386"
6 SUBDIR+=gdbserver
7 .endif
8
9 .include <bsd.subdir.mk>