Fixes to allow ps(1) and w(1) to get process command line args
[unix-history] / usr / src / games / Makefile.inc
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
.else
BINDIR?= /usr/games
.endif