mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
because the -I path to config/libreadline had precedence, but in 2.2 it help hide the bug that the -I path to the non-contrib libreadline was garbage.
10 lines
303 B
Makefile
10 lines
303 B
Makefile
INFO = gdb gdbint stabs annotate
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/gdb/gdb/doc
|
|
|
|
INFOSECTION= "Gdb Documentation"
|
|
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
|
|
|
|
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
|
|
|
|
.include <bsd.info.mk>
|