Remove the remainder of util/mk1mf.pl and companion scripts
[openssl.git] / Configure
index 67c401369c83a29f69c175555fa37326b900a24f..e7f8fcde91fadfea6a98d32719ca7f5d87d43089 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1778,7 +1778,6 @@ print OUT "1;\n";
 close(OUT);
 
 
-print "IsMK1MF       =", ($builder eq "mk1mf" ? "yes" : "no"), "\n";
 print "CC            =$target{cc}\n";
 print "CFLAG         =$target{cflags} $config{cflags}\n";
 print "SHARED_CFLAG  =$target{shared_cflag}\n";
@@ -1870,11 +1869,6 @@ my %builders = (
         run_dofile("util/domd", "util/domd.in");
         chmod 0755, "util/domd";
     },
-    mk1mf => sub {
-        my $platform = shift;
-        # The only reason we do this is to have something to build MINFO from
-        build_Makefile();
-    },
     );
 
 $builders{$builder}->($builder_platform, @builder_opts);