X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Makefile.org;h=5f9c86c73a944b67cdd705e79d9f140e9acccf8c;hp=aad83d43ed2356b65af356d0a165e5559ddb7817;hb=74cc3698bdb1e55cea9927122e4adaea828514c9;hpb=f33fbc2e1e64a202476c29080636ee989871e7f7;ds=sidebyside diff --git a/Makefile.org b/Makefile.org index aad83d43ed..5f9c86c73a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -1,6 +1,6 @@ # # Makefile for all the SSL related library routines and utilities -VERSION = 0.9.1c +VERSION = 0.9.2 PLATFORM=FreeBSD # # make install will install: @@ -157,7 +157,7 @@ SDIRS= \ des rc2 rc4 rc5 idea bf cast \ bn rsa dsa dh \ buffer bio stack lhash rand err objects \ - evp pem asn1 x509 x509v3 conf txt_db pkcs7 comp + evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp # If you change the INSTALLTOP, make sure to also change the values # in crypto/location.h @@ -253,7 +253,7 @@ dclean: done; rehash: - @(PATH="`pwd`/apps:${PATH}"; sh tools/c_rehash certs) + @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs) test: tests