summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-10 19:57:56 +0000
committernectar <nectar@FreeBSD.org>2003-02-10 19:57:56 +0000
commitb36647ffe0b4c7db913b64382b29be7953f7dfa4 (patch)
tree4aff87bb2998fd6e0b9415d7e9964bea45904b96 /secure/lib/libcrypto/Makefile
parentba1743e91bea2d716235e6ab42a5492659b6c7e6 (diff)
downloadFreeBSD-src-b36647ffe0b4c7db913b64382b29be7953f7dfa4.zip
FreeBSD-src-b36647ffe0b4c7db913b64382b29be7953f7dfa4.tar.gz
Install the OpenSSL man pages in /usr/share/openssl/man
and remove the WANT_OPENSSL_MANPAGES knob.
Diffstat (limited to 'secure/lib/libcrypto/Makefile')
-rw-r--r--secure/lib/libcrypto/Makefile47
1 files changed, 7 insertions, 40 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 35dadb3..702270e 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -5,6 +5,13 @@ SHLIB_MAJOR= 3
NOLINT= true
+.if exists(Makefile.man)
+.include "Makefile.man"
+.endif
+.if defined(NOTYET)
+MAN+= config.5 des_modes.7
+.endif
+
.include "Makefile.inc"
# base sources
@@ -193,46 +200,6 @@ SRCS+= v3_akey.c v3_akeya.c v3_alt.c v3_bcons.c v3_bitst.c \
v3_genn.c v3_ia5.c v3_info.c v3_int.c v3_lib.c v3_ocsp.c \
v3_pku.c v3_prn.c v3_purp.c v3_skey.c v3_sxnet.c v3_utl.c v3err.c
-.if defined(WANT_OPENSSL_MANPAGES)
-MAN3= ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 \
- ASN1_STRING_print_ex.3 BIO_ctrl.3 BIO_f_base64.3 BIO_f_buffer.3 \
- BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 BIO_f_ssl.3 BIO_find_type.3 \
- BIO_new.3 BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 \
- BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3 \
- BIO_s_socket.3 BIO_set_callback.3 BIO_should_retry.3 BN_CTX_new.3 \
- BN_CTX_start.3 BN_add.3 BN_add_word.3 BN_bn2bin.3 BN_cmp.3 \
- BN_copy.3 BN_generate_prime.3 BN_mod_inverse.3 BN_mod_mul_montgomery.3 \
- BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 \
- BN_set_bit.3 BN_swap.3 BN_zero.3 CRYPTO_set_ex_data.3 \
- DH_generate_key.3 DH_generate_parameters.3 DH_get_ex_new_index.3 \
- DH_new.3 DH_set_method.3 DH_size.3 DSA_SIG_new.3 DSA_do_sign.3 \
- DSA_dup_DH.3 DSA_generate_key.3 DSA_generate_parameters.3 \
- DSA_get_ex_new_index.3 DSA_new.3 DSA_set_method.3 DSA_sign.3 \
- DSA_size.3 ERR_GET_LIB.3 ERR_clear_error.3 ERR_error_string.3 \
- ERR_get_error.3 ERR_load_crypto_strings.3 ERR_load_strings.3 \
- ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 \
- EVP_BytesToKey.3 EVP_DigestInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 \
- EVP_PKEY_new.3 EVP_PKEY_set1_RSA.3 EVP_SealInit.3 EVP_SignInit.3 \
- EVP_VerifyInit.3 OBJ_nid2obj.3 OPENSSL_VERSION_NUMBER.3 \
- OpenSSL_add_all_algorithms.3 PKCS12_create.3 PKCS12_parse.3 \
- PKCS7_decrypt.3 PKCS7_encrypt.3 PKCS7_sign.3 PKCS7_verify.3 \
- RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 RAND_load_file.3 \
- RAND_set_rand_method.3 RSA_blinding_on.3 RSA_check_key.3 \
- RSA_generate_key.3 RSA_get_ex_new_index.3 RSA_new.3 \
- RSA_padding_add_PKCS1_type_1.3 RSA_print.3 RSA_private_encrypt.3 \
- RSA_public_encrypt.3 RSA_set_method.3 RSA_sign.3 \
- RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 SMIME_read_PKCS7.3 \
- SMIME_write_PKCS7.3 X509_NAME_ENTRY_get_object.3 \
- X509_NAME_add_entry_by_txt.3 X509_NAME_get_index_by_NID.3 \
- X509_NAME_print_ex.3 X509_new.3 bio.3 blowfish.3 bn.3 bn_internal.3 \
- buffer.3 crypto.3 d2i_ASN1_OBJECT.3 d2i_DHparams.3 d2i_DSAPublicKey.3 \
- d2i_PKCS8PrivateKey.3 d2i_RSAPublicKey.3 d2i_X509.3 d2i_X509_ALGOR.3 \
- d2i_X509_CRL.3 d2i_X509_NAME.3 d2i_X509_REQ.3 d2i_X509_SIG.3 \
- des.3 des_modes.3 dh.3 dsa.3 engine.3 err.3 evp.3 hmac.3 \
- lh_stats.3 lhash.3 md5.3 mdc2.3 pem.3 rand.3 rc4.3 ripemd.3 \
- rsa.3 sha.3 threads.3 ui.3 ui_compat.3
-.endif
-
INCS= ${HDRS} openssl/evp.h openssl/opensslconf.h
INCSDIR= ${INCLUDEDIR}/openssl
OpenPOWER on IntegriCloud