1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Turn on gdbserver for the arch that supports it..

This commit is contained in:
John-Mark Gurney 2006-10-21 17:27:36 +00:00
parent ebd1e4e6b8
commit 870fe2a280
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163582

View File

@ -2,4 +2,8 @@
SUBDIR= doc libgdb gdb gdbtui kgdb
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=gdbserver
.endif
.include <bsd.subdir.mk>