a273973175
only installed on arm and sparc64. It is the only bits that keeps us having libreadline in base The rest of gdb can be switched to libedit and will be in another commit
14 lines
208 B
Makefile
14 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= libgdb gdb kgdb
|
|
|
|
.if ${MK_GDB_LIBEXEC} == "no"
|
|
.if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
|
|
SUBDIR+=gdbserver
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|