summaryrefslogtreecommitdiff
path: root/games/atc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r--games/atc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index ed3898f5b2f..dc9f76bb7d1 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 1998/09/21 07:36:04 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.10 2001/02/04 02:15:28 pjanzen Exp $
PROG= atc
-CFLAGS+=-DBSD -I${.CURDIR} -I.
+CFLAGS+=-I${.CURDIR} -I.
SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
- main.c tunable.c update.c
+ main.c update.c
MAN= atc.6
LDADD= -ll -lm -lcurses
DPADD= ${LIBL} ${LIBM} ${LIBCURSES}