diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-30 00:08:15 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-30 00:08:15 +0000 |
| commit | 9eaa475e3e80c5b795c7769890c4e97ef46a3ebe (patch) | |
| tree | df8f6671156611e546277df149cc14910be70c20 /usr.bin/lex | |
| parent | 1c04639879cbe708aad474ea40017a73288600f1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex')
| -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 5b7b6b23902c..6d0ea5b44ec2 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 |
