Deleted Added
full compact
Makefile (185023) Makefile (188941)
1# $FreeBSD: head/gnu/usr.bin/gdb/Makefile 185023 2008-11-17 16:32:57Z raj $
1# $FreeBSD: head/gnu/usr.bin/gdb/Makefile 188941 2009-02-23 18:22:49Z raj $
2
3SUBDIR= doc libgdb gdb gdbtui kgdb
4
2
3SUBDIR= doc libgdb gdb gdbtui kgdb
4
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm"
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
6SUBDIR+=gdbserver
7.endif
8
9.include <bsd.subdir.mk>
6SUBDIR+=gdbserver
7.endif
8
9.include <bsd.subdir.mk>