mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
12 lines
303 B
Makefile
12 lines
303 B
Makefile
# $FreeBSD$
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../../contrib/libreadline/doc
|
|
|
|
INFO = history
|
|
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_history= "* History: (history). The GNU History library."
|
|
|
|
history.info: history.texi hstech.texi hsuser.texi version.texi fdl.texi
|
|
|
|
.include <bsd.info.mk>
|