Home | History | Annotate | Line # | Download | only in tetris
Makefile revision 1.8
      1  1.8  mrg #	$NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $
      2  1.1  cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1  cgd 
      4  1.1  cgd PROG=	tetris
      5  1.1  cgd SRCS=	input.c screen.c shapes.c scores.c tetris.c
      6  1.2  cgd MAN=	tetris.6
      7  1.7  roy DPADD=	${LIBTERMINFO}
      8  1.7  roy LDADD=	-lterminfo
      9  1.1  cgd HIDEGAME=hidegame
     10  1.4  mrg SETGIDGAME=yes
     11  1.1  cgd 
     12  1.8  mrg COPTS.tetris.c+=	${GCC_NO_FORMAT_TRUNCATION}
     13  1.8  mrg 
     14  1.1  cgd .include <bsd.prog.mk>
     15