diff options
Diffstat (limited to 'mk/platform/FreeBSD.mk')
-rw-r--r-- | mk/platform/FreeBSD.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index 718afe1a4ee..f3c4207691f 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.26 2009/07/26 05:32:43 agc Exp $ +# $NetBSD: FreeBSD.mk,v 1.27 2010/07/08 04:57:36 dholland Exp $ # # Variable definitions for the FreeBSD operating system. @@ -87,16 +87,3 @@ _OPSYS_CAN_CHECK_SHLIBS= yes # use readelf in check/bsd.check-vars.mk # check for maximum command line length and set it in configure's environment, # to avoid a test required by the libtool script that takes forever. _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax - -# If games are to be installed setgid, then SETGIDGAME is set to 'yes' -# (it defaults to 'no' as per defaults/mk.conf). -# Set the group and mode to meaningful values in that case (defaults to -# BINOWN, BINGRP and BINMODE as per defaults/mk.conf). -.if !(empty(SETGIDGAME:M[yY][eE][sS])) -GAMES_USER= games -GAMES_GROUP= games -GAMEOWN= ${GAMES_USER} -GAMEGRP= ${GAMES_GROUP} -GAMEMODE= 2555 -GAMEDIRMODE= 0775 -.endif |