=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/games/Makefile.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/games/Makefile.inc 1997/09/21 11:35:10 1.4 --- src/games/Makefile.inc 2002/05/23 18:42:59 1.5 *************** *** 1,9 **** ! # $OpenBSD: Makefile.inc,v 1.4 1997/09/21 11:35:10 deraadt Exp $ BINGRP?= games - .if defined(HIDEGAME) - BINDIR?= /usr/games/hide - BINMODE?= 550 - .else BINDIR?= /usr/games - .endif --- 1,4 ---- ! # $OpenBSD: Makefile.inc,v 1.5 2002/05/23 18:42:59 deraadt Exp $ BINGRP?= games BINDIR?= /usr/games