summaryrefslogtreecommitdiffstats
path: root/games/atc/Makefile
blob: 251f16de29a8f1bf4a8724f8d1fc436c74a0435a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	@(#)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
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 ${BINOWN} -g ${BINGRP} -m 444 \
	    ${GAMES} ${DESTDIR}${SHAREDIR}/games/atc)

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