freebsd-dev/games/Makefile.inc
John-Mark Gurney 0099533a1c add support to buildworld as a normal user:
-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..
1999-06-24 22:50:24 +00:00

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