mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
10 lines
118 B
PHP
10 lines
118 B
PHP
|
# $Id$
|
||
|
|
||
|
BINOWN?= games
|
||
|
.if defined(HIDEGAME)
|
||
|
BINDIR?= /usr/games/hide
|
||
|
BINMODE?= 4700
|
||
|
.else
|
||
|
BINDIR?= /usr/games
|
||
|
.endif
|