summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-03 01:56:05 +0000
committerbde <bde@FreeBSD.org>1996-06-03 01:56:05 +0000
commitdf8d0485a13b1b353af629685a24a25c3104c32d (patch)
tree5cf654a9211fe866723edc9705187c47666839b3 /games
parent229375de35f6d3192455f89ef50aec7266505acb (diff)
downloadFreeBSD-src-df8d0485a13b1b353af629685a24a25c3104c32d.zip
FreeBSD-src-df8d0485a13b1b353af629685a24a25c3104c32d.tar.gz
Backed out yacc changes.
Diffstat (limited to 'games')
-rw-r--r--games/atc/Makefile4
-rw-r--r--games/atc/lex.l2
2 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index d00acc2..80305a1 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -2,13 +2,13 @@
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
-SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
+SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
main.c tunable.c update.c
MAN6= atc.6
DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERMCAP} ${LIBCURSES} ${LIBCOMPAT}
LDADD= -ll -lm -lcurses -ltermcap -lcompat
GAMES= ATC_scores Game_List Killer crossover default easy game_2
-CLEANFILES=grammer.tab.h
+CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
beforeinstall:
diff --git a/games/atc/lex.l b/games/atc/lex.l
index 28b00b3..0092a29 100644
--- a/games/atc/lex.l
+++ b/games/atc/lex.l
@@ -48,7 +48,7 @@
static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
-#include "grammar.tab.h"
+#include "y.tab.h"
extern int line;
%}
OpenPOWER on IntegriCloud