10 lines
227 B
Makefile
10 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
INFO = gperf
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_gperf= "* Gperf: (gperf). The GNU perfect hash function generator."
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/gperf/doc
|
|
|
|
.include <bsd.info.mk>
|