opnsense-src/gnu/usr.bin/gdb/doc/Makefile
1997-01-16 17:58:14 +00:00

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>