summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
blob: c0ccc6045a979e031cfde63ca25da854a16f732a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg 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=	${LIBTERMINFO}
LDADD=	-lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes

COPTS.tetris.c+=	${GCC_NO_FORMAT_TRUNCATION}

.include <bsd.prog.mk>