aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-24 09:52:37 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-24 09:52:37 +0000
commit97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8 (patch)
tree22c722492115942e069d47a5eddf222c5ab22429 /secure/usr.bin
parent4486a1f099fd640c7cce1cc9226de19d100a6be7 (diff)
downloadsrc-97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8.tar.gz
src-97dacfda2b0a1bf6015f4c6efef8bdc3e9f952b8.zip
Diff reducer. Comes from Internat.
Notes
Notes: svn path=/head/; revision=57411
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/openssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index f3f8a2bdc5bc..79229313b892 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -13,12 +13,14 @@ CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR}
LOCALBASE?= /usr/local
+.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
.if !exists(${LOCALBASE}/lib/librsaref.a)
CFLAGS+= -DNO_RSA -DNO_SSL2
.else
CFLAGS+= -DRSAref
LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a
.endif
+.endif
SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \
dsa.c dsaparam.c enc.c errstr.c gendh.c gendsa.c genrsa.c \