components/openssl/openssl-1.0.1-fips-140/Makefile
changeset 4252 891a844655c4
parent 4075 ce48c131af0c
child 4339 6501cf9c29f9
equal deleted inserted replaced
4251:2bf7e2c1ca74 4252:891a844655c4
    45 
    45 
    46 TPNO=			21965
    46 TPNO=			21965
    47 
    47 
    48 # OpenSSL FIPS directory
    48 # OpenSSL FIPS directory
    49 OPENSSL_FIPS_DIR = $(COMPONENT_DIR)/../openssl-fips
    49 OPENSSL_FIPS_DIR = $(COMPONENT_DIR)/../openssl-fips
    50 
       
    51 # Note that the SPARC patch above does not fit this pattern. That is intentional
       
    52 # and a reason why we can add it to the EXTRA_PATCHES variable so that we use it
       
    53 # only on SPARC.
       
    54 PATCH_PATTERN = [0-9][0-9]*.patch
       
    55 
    50 
    56 include $(WS_MAKE_RULES)/prep.mk
    51 include $(WS_MAKE_RULES)/prep.mk
    57 include $(WS_MAKE_RULES)/configure.mk
    52 include $(WS_MAKE_RULES)/configure.mk
    58 include $(WS_MAKE_RULES)/ips.mk
    53 include $(WS_MAKE_RULES)/ips.mk
    59 include $(WS_MAKE_RULES)/lint-libraries.mk
    54 include $(WS_MAKE_RULES)/lint-libraries.mk