diff options
Diffstat (limited to 'mk/platform/Haiku.mk')
-rw-r--r-- | mk/platform/Haiku.mk | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/mk/platform/Haiku.mk b/mk/platform/Haiku.mk index 5eeb86f6943..d7bbcb0c66f 100644 --- a/mk/platform/Haiku.mk +++ b/mk/platform/Haiku.mk @@ -1,4 +1,4 @@ -# $NetBSD: Haiku.mk,v 1.2 2010/06/20 04:05:39 obache Exp $ +# $NetBSD: Haiku.mk,v 1.3 2010/07/08 04:57:36 dholland Exp $ # # Variable definitions for the Haiku operating system. @@ -74,17 +74,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). -# FIXME: Adjust to work on this system and enable the lines below. -#.if !(empty(SETGIDGAME:M[yY][eE][sS])) -#GAMES_USER= games -#GAMES_GROUP= games -#GAMEOWN= ${GAMES_USER} -#GAMEGRP= ${GAMES_GROUP} -#GAMEMODE= 2555 -#GAMEDIRMODE= 0775 -#.endif |