]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/Makefile
typo
[bsdgames-darwin.git] / tetris / Makefile
index 88a59c384a0f6e064642e459d4a206c45fb605af..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
-MAN6=  tetris.0
-DPADD= ${LIBTERM}
-LDADD= -ltermcap
+MAN=   tetris.6
+DPADD= ${LIBTERMINFO}
+LDADD= -lterminfo
 HIDEGAME=hidegame
+SETGIDGAME=yes
 
 .include <bsd.prog.mk>