X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=Makefile.org;h=ba29744a868ee28b786e6891e0087507057c8ff3;hb=e7deff3cdf1c604b2120d4a6c4f73c0827f46156;hp=f60b7a15ce373c34a9053f4ace812b9f7cd7d333;hpb=cc7399e79cbe45ad363d2a67dd04cb599f9481eb;p=openssl.git diff --git a/Makefile.org b/Makefile.org index f60b7a15ce..ba29744a86 100644 --- a/Makefile.org +++ b/Makefile.org @@ -109,6 +109,7 @@ ZLIB_INCLUDE= LIBZLIB= DIRS= crypto ssl engines apps test tools +ENGDIRS= ccgost SHLIBDIRS= crypto ssl # dirs in crypto to build @@ -179,7 +180,7 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \ AS='$(CC)' ASFLAG='$(CFLAG) -c' \ AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)' \ CROSS_COMPILE_PREFIX='$(CROSS_COMPILE_PREFIX)' \ - PERL='$(PERL)' \ + PERL='$(PERL)' ENGDIRS='$(ENGDIRS)' \ SDIRS='$(SDIRS)' LIBRPATH='$(INSTALLTOP)/lib' \ INSTALL_PREFIX='$(INSTALL_PREFIX)' \ INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' \