summaryrefslogtreecommitdiff
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-06-30 19:10:24 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-06-30 19:10:24 +0000
commitcf185dd134f03ca61c45d5bb99fcba869dc672f6 (patch)
treed3bc188ed82e7d48e612e6dfb2517d0486fe1553 /games/atc/Makefile
parentd9cecb6891c299c61ec1461a4c9e7d7eb60428b7 (diff)
use .y and .l in SRCS, remove hand-crafted CLEANFILES since this is
now done by bsd.*.mk
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r--games/atc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index 0fc7c1f5ccf..bb348a2dd6d 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.13 2003/04/10 16:31:02 millert Exp $
+# $OpenBSD: Makefile,v 1.14 2006/06/30 19:10:23 otto Exp $
PROG= atc
CFLAGS+=-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 update.c
MAN= atc.6
LDADD= -ll -lm -lcurses
@@ -10,7 +10,6 @@ DPADD= ${LIBL} ${LIBM} ${LIBCURSES}
GAMES= Game_List Killer crossover default easy game_2 \
Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
game_4 novice two-corners
-CLEANFILES=grammar.c y.tab.h lex.c
BINMODE=2555
beforeinstall: