X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/719ba3b79c3676a2f5d0b4fcf725e12e16c56220..b7176f74c6ada919c7309e154a45c4ddd0de4627:/Makefile.inc diff --git a/Makefile.inc b/Makefile.inc index 9557593c..48090e05 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.13 2008/01/28 07:03:58 dholland Exp $ +# $NetBSD: Makefile.inc,v 1.16 2014/03/23 00:17:40 dholland Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 MKHIDEGAME?= no -.if defined(HIDEGAME) && (MKHIDEGAME!=no) && defined(PROG) +.if defined(HIDEGAME) && (${MKHIDEGAME} != no) && defined(PROG) BINDIR= /usr/games/hide BINGRP= games .if defined(SETGIDGAME) @@ -20,4 +20,7 @@ BINGRP= games BINMODE= 2555 .endif .endif -WARNS?= 4 +# Note: do not bother with WARNS=6 until -Wconversion is either +# removed from WARNS=6 or rendered useful by improving gcc; as it is +# (with gcc48) it produces buckets of drivel. +WARNS?= 5