summaryrefslogtreecommitdiff
path: root/games/atc/Makefile
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-02-04 02:15:29 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-02-04 02:15:29 +0000
commit42df3673ec79a02f2eabe4da012bf880b0134df3 (patch)
tree58f18ebe53e6f5b5a701b84834e79c69f4e17596 /games/atc/Makefile
parent2c77bdd3c30c4e2793dacc2c5be32d4d251d75d3 (diff)
Tidying: change a constant to a #define, stop logging hostnames with the
score, use strlcpy(), and make it work with long usernames.
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}