summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 3d746a3134..6061ab8671 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.33 2001/03/09 23:03:02 deraadt Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2001/03/09 23:06:57 deraadt 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,7 +21,7 @@ SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips
21.elif ${MACHINE_ARCH} == "vax" 21.elif ${MACHINE_ARCH} == "vax"
22SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax 22SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax
23.else 23.else
24.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \ 24.if ${MACHINE_ARCH} == "m88k" || \
25${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" 25${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc"
26SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD 26SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD
27.else 27.else