diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-01 12:32:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-01 12:32:42 +0000 |
commit | fe85cc970c9c3d26dd06da5382c1391551a7286d (patch) | |
tree | 9e4f86da0eec60609e56780c71ba699cff2c5fec /crypto/openssl/mt/pthread.sh | |
parent | 50ef0093530d9eae8741fb66ae7161ad1d68dcca (diff) |
Diffstat (limited to 'crypto/openssl/mt/pthread.sh')
-rw-r--r-- | crypto/openssl/mt/pthread.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/openssl/mt/pthread.sh b/crypto/openssl/mt/pthread.sh deleted file mode 100644 index 7d0b6e55f546a..0000000000000 --- a/crypto/openssl/mt/pthread.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# build using pthreads -# -# http://www.mit.edu:8001/people/proven/pthreads.html -# -/bin/rm -f mttest -pgcc -DPTHREADS -I../include -g mttest.c -o mttest -L.. -lssl -lcrypto - |