summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/BoxPlatform.pm.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/infrastructure/BoxPlatform.pm.in b/infrastructure/BoxPlatform.pm.in
index bdcca279..325e56c3 100644
--- a/infrastructure/BoxPlatform.pm.in
+++ b/infrastructure/BoxPlatform.pm.in
@@ -47,16 +47,8 @@ BEGIN
}
elsif ($build_os eq 'SunOS')
{
- if ($build_os_ver <= 5.10)
- {
- $make_command = 'gmake';
- $bsd_make = 0;
- }
- else
- {
- $make_command = 'bmake';
- $bsd_make = 1;
- }
+ $make_command = 'gmake';
+ $bsd_make = 0;
}
else
{