summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 2759c96946..de2b6c21d0 100644
--- a/src/lib/libssl/Makefile.bsd-wrapper
+++ b/src/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1999/09/29 05:55:59 beck Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1999/09/29 07:30:08 beck Exp $
3 3
4# Our lndir is hacked; specify a full path to avoid potential conflicts 4# Our lndir is hacked; specify a full path to avoid potential conflicts
5# with the one installed with X11. 5# with the one installed with X11.
@@ -21,13 +21,13 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD-arc
21SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha 21SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha
22.else 22.else
23.if ${MACHINE_ARCH} == "sparc" 23.if ${MACHINE_ARCH} == "sparc"
24SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian 24SSLCONF= --openssldir=/etc/ssl OpenBSD
25.else 25.else
26.if ${MACHINE_ARCH} == "m88k" 26.if ${MACHINE_ARCH} == "m88k"
27SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian 27SSLCONF= --openssldir=/etc/ssl OpenBSD
28.else 28.else
29##UNTESTED! 29##UNTESTED!
30SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian 30SSLCONF= --openssldir=/etc/ssl OpenBSD
31.endif 31.endif
32.endif 32.endif
33.endif 33.endif