mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
10 lines
153 B
PHP
10 lines
153 B
PHP
|
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
BINOWN?= games
|
||
|
.if defined(HIDEGAME)
|
||
|
BINDIR?= /usr/games/hide
|
||
|
BINMODE?= 4700
|
||
|
.else
|
||
|
BINDIR?= /usr/games
|
||
|
.endif
|