]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/Makefile
typo
[bsdgames-darwin.git] / tetris / Makefile
index 695c672923f6518716cfe6577572001012b25f49..25a3639a6a83bdc2d1726625dd5bc5ff3bf96ef0 100644 (file)
@@ -1,10 +1,12 @@
+#      $NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy 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= ${LIBTERM}
-LDADD= -ltermcap
+DPADD= ${LIBTERMINFO}
+LDADD= -lterminfo
 HIDEGAME=hidegame
+SETGIDGAME=yes
 
 .include <bsd.prog.mk>