diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 5c7165b5ea45..84bba0fc4973 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