summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-07-11 05:30:58 +0000
committerkan <kan@FreeBSD.org>2003-07-11 05:30:58 +0000
commit2c309259f3e050940e7a5bdd2613a5df3b32985e (patch)
treeda40a434a6387055f6efc74ea1f6ab1d1d8ff8bb /usr.bin
parentc104a52f2dd35c8873d673dc586929af0e77dce3 (diff)
downloadFreeBSD-src-2c309259f3e050940e7a5bdd2613a5df3b32985e.zip
FreeBSD-src-2c309259f3e050940e7a5bdd2613a5df3b32985e.tar.gz
Point to the new C++ include files location.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index 479cda5..5b7b6b2 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}/g++
+INCSDIR= ${INCLUDEDIR}/c++/3.3
MLINKS+= lex.1 flex.1
MLINKS+= lex.1 flex++.1
MLINKS+= lex.1 lex++.1
OpenPOWER on IntegriCloud