summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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 4997d0ce74..9074284d93 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.31 2001/02/09 17:27:47 brad Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.32 2001/02/10 22:12:39 millert 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.
@@ -19,7 +19,7 @@ SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips
19.elif ${MACHINE_ARCH} == "vax" 19.elif ${MACHINE_ARCH} == "vax"
20SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax 20SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax
21.else 21.else
22.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || 22.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
23${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" 23${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc"
24SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD 24SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD
25.else 25.else