summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa0f5c7c577..6aa6da3a171 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:46 millert Exp $
+# $OpenBSD: Makefile,v 1.5 1999/11/17 17:01:51 millert 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
@@ -24,7 +24,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
parse.h parse.c: parse.y
${YACC} -d ${.IMPSRC}