diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | 89596e453852464f330543234ea7d0894c5fc287 (patch) | |
tree | 2f3bf33fa937fe4dcbe5a97851f84bed559bbc7b /usr.bin/lex | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index f7604c2..88b44fa 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -18,7 +18,6 @@ SRCS= scan.c ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.y \ skel.c sym.c tblcmp.c yylex.c LFLAGS+= -is CFLAGS+= -I. -I${.CURDIR} -MAN1= lex.1 MLINKS+= lex.1 flex.1 MLINKS+= lex.1 flex++.1 MLINKS+= lex.1 lex++.1 |