aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-01-29 13:35:40 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-01-29 13:35:40 +0000
commit1db53092542c309f794456cb27dd3196fb5fbf5b (patch)
tree0ed5513e70c3a8a78314979c462b315ad402ce10 /secure
parent69f1ad9c1150155117144e2824ae16d18586a3fc (diff)
downloadsrc-1db53092542c309f794456cb27dd3196fb5fbf5b.tar.gz
src-1db53092542c309f794456cb27dd3196fb5fbf5b.zip
Re-add WANT_OPENSSL_MANPAGES knob.
Notes
Notes: svn path=/head/; revision=110042
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 933da6a9b7ed..887f74262aa1 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -193,6 +193,7 @@ 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 \
@@ -230,6 +231,7 @@ MAN3= ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.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