2d2813618c
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
10 lines
154 B
Makefile
10 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>
|