summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-15 18:27:46 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-15 18:27:46 +0000
commit52490117a2e99c7950afa6f243de5e9044fb8d71 (patch)
tree6749c6262822a1d37fb5bf44b247cb8cb1fa6a59 /gnu
parent1a3a2f720d60f8acfdbf5d08d37ac1f9d8f2a649 (diff)
Notes
Diffstat (limited to 'gnu')
-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 3deaeb74eb45..b812f4445df7 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 >$@