Make update.
[openssl.git] / util / mkfiles.pl
index d8cac3a3b43520ec8e1c5d5382d171ad8ac64669..56bf1798e2862ff13317bbe8ad15ef6c1b748760 100755 (executable)
@@ -54,6 +54,9 @@ my @dirs = (
 "crypto/ui",
 "crypto/krb5",
 "crypto/store",
+"crypto/pqueue",
+"crypto/whrlpool",
+"crypto/ts",
 "ssl",
 "apps",
 "engines",
@@ -62,7 +65,7 @@ my @dirs = (
 );
 
 foreach (@dirs) {
-       &files_dir ($_, "Makefile.ssl");
+       &files_dir ($_, "Makefile");
 }
 
 exit(0);