diff options
-rw-r--r-- | usr.bin/lex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 5b7b6b2..6d0ea5b 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -19,7 +19,7 @@ SRCS= scan.c ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.y \ LFLAGS+= -is CFLAGS+= -I. -I${.CURDIR} INCS= FlexLexer.h -INCSDIR= ${INCLUDEDIR}/c++/3.3 +INCSDIR= ${INCLUDEDIR} MLINKS+= lex.1 flex.1 MLINKS+= lex.1 flex++.1 MLINKS+= lex.1 lex++.1 |