mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
12 lines
330 B
Makefile
12 lines
330 B
Makefile
INFO = regex
|
|
INFOSECTION= "Programming & development tools."
|
|
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
|
|
|
|
CLEANFILES += regex.texi
|
|
|
|
regex.texi: xregex.texi ../regex.h
|
|
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
|
|
< ${.CURDIR}/xregex.texi \
|
|
| expand >$@
|
|
|
|
.include <bsd.info.mk>
|