]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c
authormrg <mrg@NetBSD.org>
Sun, 6 Sep 2020 10:51:20 +0000 (10:51 +0000)
committermrg <mrg@NetBSD.org>
Sun, 6 Sep 2020 10:51:20 +0000 (10:51 +0000)
tetris/Makefile

index c0ccc6045a979e031cfde63ca25da854a16f732a..431122409f6e354b2f688dacd875f9198bf7e5c9 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2020/09/06 10:51:20 mrg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  tetris
@@ -10,5 +10,6 @@ HIDEGAME=hidegame
 SETGIDGAME=yes
 
 COPTS.tetris.c+=       ${GCC_NO_FORMAT_TRUNCATION}
+COPTS.scores.c+=       ${GCC_NO_FORMAT_TRUNCATION}
 
 .include <bsd.prog.mk>