This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / games / atc / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.7 (Berkeley) 6/27/90
2
3PROG= atc
4CFLAGS+=-DBSD -I${.CURDIR} -I.
5SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
6 main.c tunable.c update.c
78ed81a3 7MAN6= atc.6
15637ed4
RG
8DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES}
9LDADD= -ll -lm -lcurses -ltermcap
10GAMES= ATC_scores Game_List Killer crossover default easy game_2
11CLEANFILES=grammar.c y.tab.h lex.c
12HIDEGAME=hidegame
13
14beforeinstall:
15 (cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
16 ${GAMES} ${DESTDIR}/usr/share/games/atc)
17
18.include <bsd.prog.mk>