mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
BINOWN= games
|
|
.if defined(HIDEGAME)
|
|
BINDIR= /usr/games/hide
|
|
BINMODE= 4700
|
|
.else
|
|
BINDIR= /usr/games
|
|
.endif
|