diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 02:27:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 02:27:44 +0000 |
commit | da975b0961f9bdbd520917731249cae736efba44 (patch) | |
tree | c2edd97dc0fd74d814f945efeb100390cc1b1c4b /mk | |
parent | 7386c26315ca5817f9ca8bcca1be5817f35cc33f (diff) | |
download | pkgsrc-da975b0961f9bdbd520917731249cae736efba44.tar.gz |
umask should be 002.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.Interix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk index cc0fd13430d..66bcc64e0e1 100644 --- a/mk/defs.Interix.mk +++ b/mk/defs.Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Interix.mk,v 1.6 2004/03/11 22:57:22 agc Exp $ +# $NetBSD: defs.Interix.mk,v 1.7 2004/03/29 02:27:44 tv Exp $ # # Variable definitions for the Interix operating system. @@ -81,7 +81,7 @@ USERADD?= ${FALSE} GROUPADD?= ${FALSE} CPP_PRECOMP_FLAGS?= # unset -DEF_UMASK?= 0022 +DEF_UMASK?= 002 EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type |