summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
blob: c49b261ce7abf12c4b349f2219d3496f0ea12bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.3 1995/04/22 07:42:31 cgd 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

.include <bsd.prog.mk>