2010-02-03 18:34:37 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy Exp $
|
1994-05-06 10:50:50 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
|
|
|
|
PROG= tetris
|
|
|
|
SRCS= input.c screen.c shapes.c scores.c tetris.c
|
1994-12-22 12:31:26 +03:00
|
|
|
MAN= tetris.6
|
2010-02-03 18:34:37 +03:00
|
|
|
DPADD= ${LIBTERMINFO}
|
|
|
|
LDADD= -lterminfo
|
1994-05-06 10:50:50 +04:00
|
|
|
HIDEGAME=hidegame
|
1997-11-20 03:12:30 +03:00
|
|
|
SETGIDGAME=yes
|
1994-05-06 10:50:50 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|