aboutsummaryrefslogtreecommitdiff
path: root/tetris/Makefile
blob: dcc05a8502ec86bc581a0426b9d8924dde451a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	tetris
SRCS=	input.c screen.c shapes.c scores.c tetris.c
MAN=	tetris.6
DPADD=	${LIBCURSES}
# 20150209 bkw: s/terminfo/curses/, add -lbsd
LDADD=-lcurses -lbsd
HIDEGAME=hidegame
SETGIDGAME=yes

.include <bsd.prog.mk>