10 lines
220 B
Makefile
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>
|