mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libgdb gdb gdbtui kgdb
|
|
|
|
.if exists(${.CURDIR}/gdbserver/reg-${MACHINE_CPUARCH}.c)
|
|
SUBDIR+=gdbserver
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|