2004-06-25 06:48:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-08-24 21:53:49 +00:00
|
|
|
SUBDIR= doc libgdb gdb gdbtui kgdb
|
2004-06-25 06:48:54 +00:00
|
|
|
|
2010-03-26 19:40:53 +00:00
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
2010-04-12 23:35:58 +00:00
|
|
|
.if exists(${.CURDIR}/gdbserver/reg-${TARGET_ARCH}.c)
|
2006-10-21 17:27:36 +00:00
|
|
|
SUBDIR+=gdbserver
|
|
|
|
.endif
|
|
|
|
|
2004-06-25 06:48:54 +00:00
|
|
|
.include <bsd.subdir.mk>
|