mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix bogosity with gdb documentation path.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
This commit is contained in:
parent
6a05353cb8
commit
655ad55f9c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
INFO = gdb gdbint stabs annotate
|
||||
MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc
|
||||
MAKEINFOFLAGS += -I ${.CURDIR}/../../../../contrib/libreadline/doc
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue