=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/lex/Makefile 2015/11/20 18:57:18 1.15 --- src/usr.bin/lex/Makefile 2016/03/30 06:38:46 1.16 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.15 2015/11/20 18:57:18 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 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.16 2016/03/30 06:38:46 jmc 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,31 **** LINKS= ${BINDIR}/lex ${BINDIR}/flex \ ${BINDIR}/lex ${BINDIR}/flex++ - MLINKS= flex.1 lex.1 flex.1 flex++.1 VERSION="2.5.39" --- 25,30 ----