From 3069d5e0d776cb9a1d35a8d7f06f02292bc543c9 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 9 Mar 2001 23:03:02 +0000 Subject: build using OpenBSD-m68k on m68k machines --- src/lib/libssl/Makefile.bsd-wrapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl') 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 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.32 2001/02/10 22:12:39 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2001/03/09 23:03:02 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -12,6 +12,8 @@ OPENSSLDIR= /etc/ssl .if ${MACHINE_ARCH} == "alpha" SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha +.elif ${MACHINE_ARCH} == "m68k" +SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k .elif ${MACHINE_ARCH} == "i386" SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 .elif ${MACHINE_ARCH} == "mips" -- cgit v1.2.3-55-g6feb