From dc79732f66d2c42376d5133cd00d3af34a3bcfba Mon Sep 17 00:00:00 2001 From: millert <> Date: Sat, 10 Feb 2001 22:12:39 +0000 Subject: Add missing line continuation character. Fixes sparc and powerpc builds. --- src/lib/libssl/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile.bsd-wrapper') 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 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.31 2001/02/09 17:27:47 brad Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.32 2001/02/10 22:12:39 millert Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -19,7 +19,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} == "m68k" || ${MACHINE_ARCH} == "m88k" || \ ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD .else -- cgit v1.2.3-55-g6feb