mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
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
13 lines
208 B
Makefile
13 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>
|