Sign in
cobalt
/
cobalt
/
417b4b4a2ad66d939d77d700eff0f85fb2cb6f16
/
.
/
src
/
third_party
/
openssl
/
openssl
/
crypto
/
threads
/
solaris.sh
blob: bc93094a27483a4f29e1cac927f9f3fde2cdbaa6 [
file
] [
log
] [
blame
]
#!/bin/sh
/
bin
/
rm
-
f mttest
cc
-
DSOLARIS
-
I
../../
include
-
g mttest
.
c
-
o mttest
-
L
../..
-
lthread
-
lssl
-
lcrypto
-
lnsl
-
lsocket