mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
227 B
Makefile
9 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>
|