freebsd-dev/games/Makefile.inc
Andrey A. Chernov b6f40551ae Back out all my changes and restore v1.5 because there is no
setuid games now, hack problem fixed differently by hackdir permissions
1997-09-24 17:46:33 +00:00

10 lines
174 B
Makefile

# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
BINGRP= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE= 550
.else
BINDIR= /usr/games
.endif