mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= doc libgdb gdb gdbtui kgdb
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+=gdbserver
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|