summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-27 09:52:32 +0000
committercsgr <csgr@FreeBSD.org>1994-08-27 09:52:32 +0000
commit7821fe68f78c5f9bfa73efbb4d4be27f466b43c3 (patch)
tree0d201c2dacc5d17c9e9a007512889e6e739c939f /usr.bin/lex/Makefile
parentad7993daba3542579514f59590a9e4c1eb0ae095 (diff)
downloadFreeBSD-src-7821fe68f78c5f9bfa73efbb4d4be27f466b43c3.zip
FreeBSD-src-7821fe68f78c5f9bfa73efbb4d4be27f466b43c3.tar.gz
Do not install as flex
Submitted by: Geoff
Diffstat (limited to 'usr.bin/lex/Makefile')
-rw-r--r--usr.bin/lex/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index 7f88e6ee..41d4afd 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:33 csgr 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
@@ -6,13 +6,12 @@
# of all uncompressed scanners.
#
# Bootstrapping of lex is handled automatically.
-# ALso note that flex.skel no longer gets installed.
+# Also note that flex.skel no longer gets installed.
#
# XXX Todo:
# Install as lex++, and install FlexLexer.h
PROG= lex
-LINKS= ${BINDIR}/lex ${BINDIR}/flex
#LINKS+= ${BINDIR}/lex ${BINDIR}/lex++ ${BINDIR}/flex ${BINDIR}/flex++
SRCS= ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.y \
@@ -20,10 +19,9 @@ SRCS= ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.y \
OBJS+= scan.o
LFLAGS+= -is
CFLAGS+= -I. -I${.CURDIR}
-MAN1= flex.1 flexdoc.1
-MLINKS= flex.1 lex.1 flexdoc.1 lexdoc.1
+MAN1= lex.1 lexdoc.1
-CLEANFILES+= parse.c parse.h scan.c y.tab.h
+CLEANFILES+= parse.c parse.h scan.c y.tab.h y.tab.c
SUBDIR= lib
OpenPOWER on IntegriCloud