mt contained an old copy of mttest.c. remove it and move the other
[openssl.git] / mt / solaris.sh
diff --git a/mt/solaris.sh b/mt/solaris.sh
deleted file mode 100644 (file)
index f6a90b1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-/bin/rm -f mttest
-cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread  -lssl -lcrypto -lnsl -lsocket
-