diff options
author | millert <> | 2001-02-10 22:12:39 +0000 |
---|---|---|
committer | millert <> | 2001-02-10 22:12:39 +0000 |
commit | dc79732f66d2c42376d5133cd00d3af34a3bcfba (patch) | |
tree | 53c3451761b62ac950f80ff3f29677f9888f099c /src/lib | |
parent | 254a64c0e1fe96bf0dec47bc379e7979de2e9d39 (diff) | |
download | openbsd-dc79732f66d2c42376d5133cd00d3af34a3bcfba.tar.gz openbsd-dc79732f66d2c42376d5133cd00d3af34a3bcfba.tar.bz2 openbsd-dc79732f66d2c42376d5133cd00d3af34a3bcfba.zip |
Add missing line continuation character. Fixes sparc and powerpc builds.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 4 |
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" |
20 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax | 20 | SSLCONF= --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" |
24 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD | 24 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD |
25 | .else | 25 | .else |