summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
blob: 51ba9ee6fe7205eceb721e0a1299f5608d915cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS=	extern.c grammar.y graphics.c input.c lex.l list.c log.c \
	main.c tunable.c update.c y.tab.h
MAN=	atc.6
DPADD=	${LIBL} ${LIBM} ${LIBCURSES}
LDADD=	-ll -lm -lcurses
GAMES=  Game_List Killer crossover default easy game_2
HIDEGAME=hidegame

beforeinstall:
	(cd ${.CURDIR}/games; ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \
	    -m ${SHAREMODE} ${GAMES} ${DESTDIR}${SHAREDIR}/games/atc)

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud