mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
11 lines
352 B
Makefile
11 lines
352 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
|
|
MAKEINFOFLAGS += -I ${SRCDIR}/../../readline/doc
|
|
|
|
.include <bsd.info.mk>
|