Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/games/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/games/Makefile.inc 2008/01/28 07:03:58 1.13 +++ src/games/Makefile.inc 2009/01/18 20:22:45 1.14 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.13 2008/01/28 07:03:58 dholland Exp $ +# $NetBSD: Makefile.inc,v 1.14 2009/01/18 20:22:45 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)