25faff346c
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= doc libgdb gdb gdbtui kgdb
|
|
|
|
.if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
|
|
SUBDIR+=gdbserver
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|