0099533a1c
-DNOFSCHG disables installation of libs with flag schg GAMEGRP change the group with which games are installed also organize the binary section into alphebetical order some what..
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
|
|
|
|
BINGRP= ${GAMEGRP}
|
|
BINDIR?= /usr/games
|
|
|
|
.if defined(HIDEGAME)
|
|
GBINDIR:= ${BINDIR}
|
|
BINDIR:= ${BINDIR}/hide
|
|
BINMODE= 550
|
|
.endif
|