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