From 07b679d7be389167ea28aee95b147dad396b4c51 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 3 Jul 2000 06:26:30 +0000 Subject: Argh. Cut/paste transcription error. Fix syntax of previous commit. --- secure/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1