diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 4 |
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" |
| 14 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha | 14 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha |
| 15 | .elif ${MACHINE_ARCH} == "m68k" | ||
| 16 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k | ||
| 15 | .elif ${MACHINE_ARCH} == "i386" | 17 | .elif ${MACHINE_ARCH} == "i386" |
| 16 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 | 18 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 |
| 17 | .elif ${MACHINE_ARCH} == "mips" | 19 | .elif ${MACHINE_ARCH} == "mips" |
