mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05: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>
|