freebsd-dev/games/atc/Makefile
Ruslan Ermilov ecce24742d Games ownership cleanup.
Urged by:	bde
2001-06-13 15:26:31 +00:00

19 lines
508 B
Makefile

# @(#)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>