]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - Makefile.inc
Use __dead and __printflike instead of __attribute__.
[bsdgames-darwin.git] / Makefile.inc
index f75364c70eba0a8f71770a1e2ef49944b590f211..cdd7bc3087f4b3c546a461a5388b80447ead1a66 100644 (file)
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile.inc,v 1.10 2002/01/27 00:08:49 perry Exp $
+#      $NetBSD: Makefile.inc,v 1.14 2009/01/18 20:22:45 dholland Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
 
-.if defined(HIDEGAME) && defined(PROG)
+MKHIDEGAME?=   no
+
+.if defined(HIDEGAME) && (${MKHIDEGAME} != no) && defined(PROG)
 BINDIR=                /usr/games/hide
 BINGRP=                games
 .if defined(SETGIDGAME)
+USE_FORT?=     yes
 BINMODE=       2550
 .else
 BINMODE=       550
@@ -17,4 +20,4 @@ BINGRP=               games
 BINMODE=       2555
 .endif
 .endif
-WARNS?=                1
+WARNS?=                4