summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
blob: 19122c16253aeba0373846f523497ba1910b0c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.6 2008/01/28 07:03:59 dholland 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=	${LIBTERM}
LDADD=	-ltermcap
HIDEGAME=hidegame
SETGIDGAME=yes

.include <bsd.prog.mk>