blob: 81a1d6c17ccd936657a715161e66a5d4cab3aa03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $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>
|