opnsense-src/gnu/usr.bin/gdb/Makefile
Rafal Jaworowski ab8b490a63 Initial gdbserver support for PowerPC.
Obtained from:	Juniper Networks, Semihalf
2009-02-23 18:22:49 +00:00

9 lines
190 B
Makefile

# $FreeBSD$
SUBDIR= doc libgdb gdb gdbtui kgdb
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
SUBDIR+=gdbserver
.endif
.include <bsd.subdir.mk>