diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-02-26 13:13:03 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-26 13:13:03 +0000 |
| commit | 9fa5f5fd96e61991c4cb06bb4ab5c0e4bc9a7a99 (patch) | |
| tree | 59bca2a02db0c68bb48d64cc97294d6ee84c42cd /secure/lib/Makefile | |
| parent | b70ab85b2bb5d6a7b2f18ed4ac5d2a861f565c67 (diff) | |
Notes
Diffstat (limited to 'secure/lib/Makefile')
| -rw-r--r-- | secure/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 8608de214ba35..8aeb2bf8dee30 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -6,6 +6,12 @@ SUBDIR+=libtelnet .endif .if !defined(NO_OPENSSL) SUBDIR+=libcrypto librsaglue libssl +.if exists(${.CURDIR}/../../crypto/openssl/rsaref) +SUBDIR+=librsausa +.endif +.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) +SUBDIR+=librsaintl +.endif .endif .if !defined(NO_OPENSSH) SUBDIR+=libssh |
