aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-06 23:46:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-06 23:46:50 +0000
commite1f99b045c2a9c126b542e31d28251807caebe4d (patch)
tree2a3a2e4f1abbbcda4629273450b90f3592931000 /secure
parent1a0f89e02b8df5621ce0515c5f32cc8fa5a7e205 (diff)
downloadsrc-e1f99b045c2a9c126b542e31d28251807caebe4d.tar.gz
src-e1f99b045c2a9c126b542e31d28251807caebe4d.zip
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 84bba0fc4973..d061f66bcdeb 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -10,7 +10,7 @@ SUBDIR+=libcrypto librsaglue libssl
SUBDIR+=librsausa
.endif
.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
- (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
+ !defined(NO_RSAINTL)
SUBDIR+=librsaintl
.endif
.endif