summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-11-19 19:45:29 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-11-19 19:45:29 +0000
commitc75584be6c40ab69fa4779469cbcdb5b53a93e6b (patch)
tree078237155709eb5a5c169d4e88c10cd8de8d44b1 /usr.bin
parent3ed71134b00d13f674ae555d489ed3f7c262c849 (diff)
add back flex++.1 link noticed by sthen
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index 1c2f3905878..2587c3fd73d 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2015/11/19 19:43:40 tedu Exp $
+# $OpenBSD: Makefile,v 1.13 2015/11/19 19:45:28 tedu Exp $
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add
@@ -25,7 +25,7 @@ MAN = flex.1
LINKS= ${BINDIR}/lex ${BINDIR}/flex \
${BINDIR}/lex ${BINDIR}/flex++
-MLINKS= flex.1 lex.1
+MLINKS= flex.1 lex.1 flex.1 flex++.1
VERSION="2.5.39"