diff options
author | deraadt <> | 2001-03-09 23:06:57 +0000 |
---|---|---|
committer | deraadt <> | 2001-03-09 23:06:57 +0000 |
commit | 1303e0c2e2ee8899f0ee7768fafe96fa91e5adaf (patch) | |
tree | 8a9eac56e3f65b8aa17fb0c6a3d414179d2c7a8e | |
parent | 04e8e65828354d429dcd2f46b183523b0b84dfe8 (diff) | |
download | openbsd-1303e0c2e2ee8899f0ee7768fafe96fa91e5adaf.tar.gz openbsd-1303e0c2e2ee8899f0ee7768fafe96fa91e5adaf.tar.bz2 openbsd-1303e0c2e2ee8899f0ee7768fafe96fa91e5adaf.zip |
minor irrelevant oops
-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 3d746a3134..6061ab8671 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.33 2001/03/09 23:03:02 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.34 2001/03/09 23:06:57 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. |
@@ -21,7 +21,7 @@ SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips | |||
21 | .elif ${MACHINE_ARCH} == "vax" | 21 | .elif ${MACHINE_ARCH} == "vax" |
22 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax | 22 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax |
23 | .else | 23 | .else |
24 | .if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \ | 24 | .if ${MACHINE_ARCH} == "m88k" || \ |
25 | ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" | 25 | ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" |
26 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD | 26 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD |
27 | .else | 27 | .else |