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