summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libregex/doc/Makefile')
-rw-r--r--gnu/lib/libregex/doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libregex/doc/Makefile b/gnu/lib/libregex/doc/Makefile
index 3deaeb7..b812f44 100644
--- a/gnu/lib/libregex/doc/Makefile
+++ b/gnu/lib/libregex/doc/Makefile
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
INFO = regex
INFOSECTION= "Programming & development tools."
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
@@ -5,7 +7,7 @@ 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 \
+ awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
< ${.CURDIR}/xregex.texi \
| expand >$@
OpenPOWER on IntegriCloud