diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-07-03 06:24:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-07-03 06:24:23 +0000 |
| commit | 86c9b3ab20fe43a5acbd2d17c4287a961beef62f (patch) | |
| tree | e49f40453b06316cb3246a0746aa2abe6c984b81 /secure/lib | |
| parent | a9e2722c5805b6680d7acef728527846d92b001d (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 8aeb2bf8dee3..5c7165b5ea45 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -9,7 +9,8 @@ SUBDIR+=libcrypto librsaglue libssl .if exists(${.CURDIR}/../../crypto/openssl/rsaref) SUBDIR+=librsausa .endif -.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) +.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && + (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL)) SUBDIR+=librsaintl .endif .endif |
