diff options
author | beck <> | 1999-09-29 07:30:08 +0000 |
---|---|---|
committer | beck <> | 1999-09-29 07:30:08 +0000 |
commit | 10b0f192f8fb2b016631c3ed14a7c242ca900cd3 (patch) | |
tree | f1d5cb7fa423fb37ab21e799cf9d061270047c76 /src/lib | |
parent | c72ca8b3e56804e331a9c2a11ee2dc86d09127b2 (diff) | |
download | openbsd-10b0f192f8fb2b016631c3ed14a7c242ca900cd3.tar.gz openbsd-10b0f192f8fb2b016631c3ed14a7c242ca900cd3.tar.bz2 openbsd-10b0f192f8fb2b016631c3ed14a7c242ca900cd3.zip |
Ack. Sparc and stuff oops - openssl changed the name of this..
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 2759c96946..de2b6c21d0 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.10 1999/09/29 05:55:59 beck Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.11 1999/09/29 07:30:08 beck 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. |
@@ -21,13 +21,13 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD-arc | |||
21 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha | 21 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha |
22 | .else | 22 | .else |
23 | .if ${MACHINE_ARCH} == "sparc" | 23 | .if ${MACHINE_ARCH} == "sparc" |
24 | SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian | 24 | SSLCONF= --openssldir=/etc/ssl OpenBSD |
25 | .else | 25 | .else |
26 | .if ${MACHINE_ARCH} == "m88k" | 26 | .if ${MACHINE_ARCH} == "m88k" |
27 | SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian | 27 | SSLCONF= --openssldir=/etc/ssl OpenBSD |
28 | .else | 28 | .else |
29 | ##UNTESTED! | 29 | ##UNTESTED! |
30 | SSLCONF= --openssldir=/etc/ssl OpenBSD-bigendian | 30 | SSLCONF= --openssldir=/etc/ssl OpenBSD |
31 | .endif | 31 | .endif |
32 | .endif | 32 | .endif |
33 | .endif | 33 | .endif |