2010-02-25 21:29:00 +00:00

10 lines
220 B
Makefile

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