mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $Id$
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
|
|
|
|
INFO = readline
|
|
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
|
|
|
SRCS= rlman.texinfo
|
|
|
|
readline.info: rlman.texinfo rltech.texinfo rluser.texinfo
|
|
|
|
.include <bsd.info.mk>
|