diff options
Diffstat (limited to 'mk/platform/SunOS.mk')
-rw-r--r-- | mk/platform/SunOS.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 2ee89b9e732..4ec7028651a 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.38 2009/12/16 19:48:09 joerg Exp $ +# $NetBSD: SunOS.mk,v 1.39 2010/07/08 04:57:36 dholland Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -89,16 +89,3 @@ _OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk # to avoid a test required by the libtool script that takes forever. # FIXME: Adjust to work on this system and enable the lines below. #_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 |