]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/Makefile
speed limit 80
[bsdgames-darwin.git] / tetris / Makefile
index c49b261ce7abf12c4b349f2219d3496f0ea12bcb..431122409f6e354b2f688dacd875f9198bf7e5c9 100644 (file)
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile,v 1.3 1995/04/22 07:42:31 cgd Exp $
+#      $NetBSD: Makefile,v 1.9 2020/09/06 10:51:20 mrg 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
+
+COPTS.tetris.c+=       ${GCC_NO_FORMAT_TRUNCATION}
+COPTS.scores.c+=       ${GCC_NO_FORMAT_TRUNCATION}
 
 .include <bsd.prog.mk>