]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - tetris/Makefile
NetBSD RCS Ids
[bsdgames-darwin.git] / tetris / Makefile
1 # $NetBSD: Makefile,v 1.3 1995/04/22 07:42:31 cgd Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= tetris
5 SRCS= input.c screen.c shapes.c scores.c tetris.c
6 MAN= tetris.6
7 DPADD= ${LIBTERM}
8 LDADD= -ltermcap
9 HIDEGAME=hidegame
10
11 .include <bsd.prog.mk>