summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/Makefile b/atc/Makefile
index cedad319..22ade6bc 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.7 (Berkeley) 6/27/90
-# $Id: Makefile,v 1.7 1994/12/23 07:01:39 phil Exp $
+# $Id: Makefile,v 1.8 1994/12/25 12:38:41 pk Exp $
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
main.c tunable.c update.c
-MAN6= atc.0
+MAN= atc.6
LDADD= -ll -lm -lcurses -ltermcap
DPADD= ${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES}
GAMES= ATC_scores Game_List Killer crossover default easy game_2 \