b29d0c6134
the MD files exist, compile it, otherwise omit it.
11 lines
184 B
Makefile
11 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= doc libgdb gdb gdbtui kgdb
|
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
|
.if exists(${.CURDIR}/gdbserver/reg-${TARGET_ARCH}.c)
|
|
SUBDIR+=gdbserver
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|