summaryrefslogtreecommitdiff
path: root/mk/defs.Interix.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/defs.Interix.mk')
-rw-r--r--mk/defs.Interix.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index dac195d438e..0f3fc92c8e9 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.22 2004/05/05 14:37:21 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.23 2004/05/12 14:10:18 jschauma Exp $
#
# Variable definitions for the Interix operating system.
@@ -175,3 +175,14 @@ BUILDLINK_TRANSFORM+= S:-fpic: S:-fPIC:
.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=262144
.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN= games
+#GAMEGRP= games
+#GAMEMODE= 2555
+#.endif