summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/sunos.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Platform/sunos.py')
-rw-r--r--src/engine/SCons/Platform/sunos.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Platform/sunos.py b/src/engine/SCons/Platform/sunos.py
index 5029860..d23d65c 100644
--- a/src/engine/SCons/Platform/sunos.py
+++ b/src/engine/SCons/Platform/sunos.py
@@ -42,3 +42,9 @@ def generate(env):
env['PKGINFO'] = 'pkginfo'
env['PKGCHK'] = '/usr/sbin/pkgchk'
env['ENV']['PATH'] = env['ENV']['PATH'] + ':/opt/SUNWspro/bin:/usr/ccs/bin'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: