summaryrefslogtreecommitdiffstats
path: root/games/Makefile.inc
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1999-06-24 22:50:24 +0000
committerjmg <jmg@FreeBSD.org>1999-06-24 22:50:24 +0000
commit5ebdb91f86b4fa1cd4c6463fe611646aaccb77e3 (patch)
treed2a381ecf91f6e5df1434fb3773591098df635bc /games/Makefile.inc
parent7d10aa0cf656764db1ee9fdaeeb626219a71f9e4 (diff)
downloadFreeBSD-src-5ebdb91f86b4fa1cd4c6463fe611646aaccb77e3.zip
FreeBSD-src-5ebdb91f86b4fa1cd4c6463fe611646aaccb77e3.tar.gz
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..
Diffstat (limited to 'games/Makefile.inc')
-rw-r--r--games/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile.inc b/games/Makefile.inc
index 40a87cb..0451a2d 100644
--- a/games/Makefile.inc
+++ b/games/Makefile.inc
@@ -1,6 +1,6 @@
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
-BINGRP= games
+BINGRP= ${GAMEGRP}
BINDIR?= /usr/games
.if defined(HIDEGAME)
OpenPOWER on IntegriCloud