diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-05-12 14:10:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-05-12 14:10:18 +0000 |
commit | e967e4dc7d6e0e09aa6474a95d90c6323871acd1 (patch) | |
tree | 60bd58750226c7751547b822177bf7b05b14af63 /mk/defs.IRIX.mk | |
parent | ec3d725a1d5cf9c64250e41dfb75cf406b6104c7 (diff) | |
download | pkgsrc-e967e4dc7d6e0e09aa6474a95d90c6323871acd1.tar.gz |
Mention how SETGIDGAME and the other GAME vars are set per default.
Add commented-out definitions for all OPSYS - please adjust.
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index eae9450d2e7..e3cea093fa9 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.49 2004/04/29 20:07:48 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.50 2004/05/12 14:10:18 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -172,3 +172,14 @@ MAKE_ENV+= ABI=${ABI} _OPSYS_MAX_CMDLEN!= /usr/sbin/sysconf ARG_MAX CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN} .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 |