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, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 9074284d93..3d746a3134 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.32 2001/02/10 22:12:39 millert Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2001/03/09 23:03:02 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.
@@ -12,6 +12,8 @@ OPENSSLDIR= /etc/ssl
12 12
13.if ${MACHINE_ARCH} == "alpha" 13.if ${MACHINE_ARCH} == "alpha"
14SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha 14SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha
15.elif ${MACHINE_ARCH} == "m68k"
16SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k
15.elif ${MACHINE_ARCH} == "i386" 17.elif ${MACHINE_ARCH} == "i386"
16SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 18SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86
17.elif ${MACHINE_ARCH} == "mips" 19.elif ${MACHINE_ARCH} == "mips"