mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
330 B
Makefile
12 lines
330 B
Makefile
INFO = history readline
|
|
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
|
|
INFOENTRY_history= "* History: (history). The GNU History library."
|
|
|
|
|
|
|
|
history.info: hstech.texinfo hsuser.texinfo
|
|
readline.info: rltech.texinfo rluser.texinfo
|
|
|
|
.include <bsd.info.mk>
|