From 1303e0c2e2ee8899f0ee7768fafe96fa91e5adaf Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 9 Mar 2001 23:06:57 +0000 Subject: minor irrelevant oops --- src/lib/libssl/Makefile.bsd-wrapper | 4 ++-- 1 file 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 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2001/03/09 23:03:02 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2001/03/09 23:06:57 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -21,7 +21,7 @@ SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips .elif ${MACHINE_ARCH} == "vax" SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax .else -.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \ +.if ${MACHINE_ARCH} == "m88k" || \ ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD .else -- cgit v1.2.3-55-g6feb