summaryrefslogtreecommitdiffstats
path: root/atc/Makefile
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1994-12-25 12:38:41 +0000
committerpk <pk@NetBSD.org>1994-12-25 12:38:41 +0000
commit56644f616a1a0dfbd1a274b8e80c9bc265201b1c (patch)
tree9c307dcac06e47d5859b45f877cdfa442eecc458 /atc/Makefile
parent6fb31e9a17413df853cbace814e414606670206b (diff)
downloadbsdgames-darwin-56644f616a1a0dfbd1a274b8e80c9bc265201b1c.tar.gz
bsdgames-darwin-56644f616a1a0dfbd1a274b8e80c9bc265201b1c.tar.zst
bsdgames-darwin-56644f616a1a0dfbd1a274b8e80c9bc265201b1c.zip
MAN6 => MAN.
Diffstat (limited to 'atc/Makefile')
-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 \