diff options
author | peter <peter@FreeBSD.org> | 2000-07-03 06:26:30 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-07-03 06:26:30 +0000 |
commit | 07b679d7be389167ea28aee95b147dad396b4c51 (patch) | |
tree | 9f4dd7ef0e921eb155b68aee25051a603f6d6596 /secure | |
parent | 5e51a5bb2dd62a02928d25da5a90d8e11f29de3e (diff) | |
download | FreeBSD-src-07b679d7be389167ea28aee95b147dad396b4c51.zip FreeBSD-src-07b679d7be389167ea28aee95b147dad396b4c51.tar.gz |
Argh. Cut/paste transcription error. Fix syntax of previous commit.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/Makefile | 2 |
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 |