Home | History | Annotate | Line # | Download | only in tetris
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy 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=	${LIBTERMINFO}
      8 LDADD=	-lterminfo
      9 HIDEGAME=hidegame
     10 SETGIDGAME=yes
     11 
     12 .include <bsd.prog.mk>
     13