mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +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
|