From 8e7cbb3c9194d3c624376b1e1e03817a3e76bdc1 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 3 Jul 2000 06:26:30 +0000 Subject: [PATCH] Argh. Cut/paste transcription error. Fix syntax of previous commit. --- secure/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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