]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - atc/Makefile
initial import of 386bsd-0.1 sources
[bsdgames-darwin.git] / atc / Makefile
1 # @(#)Makefile 5.7 (Berkeley) 6/27/90
2
3 PROG= atc
4 CFLAGS+=-DBSD -I${.CURDIR} -I.
5 SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
6 main.c tunable.c update.c
7 MAN6= atc.0
8 DPADD= ${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT}
9 LDADD= -ll -lm -lcurses -ltermcap -lcompat
10 GAMES= ATC_scores Game_List Killer crossover default easy game_2
11 CLEANFILES=grammar.c y.tab.h lex.c
12 HIDEGAME=hidegame
13
14 beforeinstall:
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>