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.7.2.2 retrieving revision 1.8 diff -u -p -r1.7.2.2 -r1.8 --- src/games/Makefile.inc 1997/11/20 09:06:24 1.7.2.2 +++ src/games/Makefile.inc 1997/11/19 08:23:16 1.8 @@ -1,14 +1,10 @@ -# $NetBSD: Makefile.inc,v 1.7.2.2 1997/11/20 09:06:24 mrg Exp $ +# $NetBSD: Makefile.inc,v 1.8 1997/11/19 08:23:16 mrg Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 .if defined(HIDEGAME) && defined(PROG) BINDIR?= /usr/games/hide BINGRP?= games -.if defined(SETGIDGAME) -BINMODE?= 2550 -.else BINMODE?= 550 -.endif SYMLINKS+= dm /usr/games/${PROG} .else BINDIR?= /usr/games