summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 20:56:23 +0000
committerphk <phk@FreeBSD.org>1996-05-30 20:56:23 +0000
commit57278aca7d3236015072f1434b978cd553ce6f0e (patch)
tree9f2b7f1097eb62324eea31d6bc3b5cb62e5031e2 /games/atc/Makefile
parenta81e9f20dc40905b6464a5693bfcc0acafcc4194 (diff)
downloadFreeBSD-src-57278aca7d3236015072f1434b978cd553ce6f0e.zip
FreeBSD-src-57278aca7d3236015072f1434b978cd553ce6f0e.tar.gz
Use new yacc rule.
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r--games/atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index 80305a1..d00acc2 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -2,13 +2,13 @@
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
-SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
+SRCS= extern.c grammar.y graphics.c input.c lex.l 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=grammar.c y.tab.h lex.c
+CLEANFILES=grammer.tab.h
HIDEGAME=hidegame
beforeinstall:
OpenPOWER on IntegriCloud