mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
INFO = regex
|
|
CLEANFILES += regex.texi
|
|
|
|
regex.texi: xregex.texi
|
|
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
|
|
< ${.CURDIR}/xregex.texi \
|
|
| expand >$@
|
|
|
|
.include <bsd.info.mk>
|