summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-03 06:26:30 +0000
committerpeter <peter@FreeBSD.org>2000-07-03 06:26:30 +0000
commit07b679d7be389167ea28aee95b147dad396b4c51 (patch)
tree9f4dd7ef0e921eb155b68aee25051a603f6d6596 /secure/lib/Makefile
parent5e51a5bb2dd62a02928d25da5a90d8e11f29de3e (diff)
downloadFreeBSD-src-07b679d7be389167ea28aee95b147dad396b4c51.zip
FreeBSD-src-07b679d7be389167ea28aee95b147dad396b4c51.tar.gz
Argh. Cut/paste transcription error. Fix syntax of previous commit.
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 5c7165b..84bba0f 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -9,7 +9,7 @@ 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
OpenPOWER on IntegriCloud