mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 21:52:51 -04:00
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
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 manvers.texinfo
|
|
|
|
.include <bsd.info.mk>
|