diff options
author | maja <> | 1999-10-10 21:32:02 +0000 |
---|---|---|
committer | maja <> | 1999-10-10 21:32:02 +0000 |
commit | 3ef9529fbf0c1f8f1c9da1172e92ad3370d5fcfe (patch) | |
tree | 97cac549ef39188c62a8ed1b1d3fde4167da24af /src/lib/libssl/Makefile.bsd-wrapper | |
parent | 9c54e5cc3e944cb8d9cf0c4728960bf5d60bf7ce (diff) | |
download | openbsd-3ef9529fbf0c1f8f1c9da1172e92ad3370d5fcfe.tar.gz openbsd-3ef9529fbf0c1f8f1c9da1172e92ad3370d5fcfe.tar.bz2 openbsd-3ef9529fbf0c1f8f1c9da1172e92ad3370d5fcfe.zip |
Make mips compile. -moj
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index de2b6c21d0..5a06d3eb4b 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.11 1999/09/29 07:30:08 beck Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.12 1999/10/10 21:32:01 maja 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. |
@@ -11,11 +11,8 @@ LNDIR= /usr/bin/lndir | |||
11 | .if ${MACHINE_ARCH} == "i386" | 11 | .if ${MACHINE_ARCH} == "i386" |
12 | SSLCONF= --openssldir=/etc/ssl OpenBSD-x86 | 12 | SSLCONF= --openssldir=/etc/ssl OpenBSD-x86 |
13 | .else | 13 | .else |
14 | .if ${MACHINE} == "pmax" | 14 | .if ${MACHINE_ARCH} == "mips" |
15 | SSLCONF= --openssldir=/etc/ssl OpenBSD-pmax | 15 | SSLCONF= --openssldir=/etc/ssl OpenBSD-mips |
16 | .else | ||
17 | .if ${MACHINE} == "arc" | ||
18 | SSLCONF= --openssldir=/etc/ssl OpenBSD-arc | ||
19 | .else | 16 | .else |
20 | .if ${MACHINE_ARCH} == "alpha" | 17 | .if ${MACHINE_ARCH} == "alpha" |
21 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha | 18 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha |
@@ -33,7 +30,6 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD | |||
33 | .endif | 30 | .endif |
34 | .endif | 31 | .endif |
35 | .endif | 32 | .endif |
36 | .endif | ||
37 | 33 | ||
38 | MUNGEDFILES = ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/Makefile ${.OBJDIR}/${SSL_SRC}/apps/der_chop ${.OBJDIR}/${SSL_SRC}/tools/c_rehash | 34 | MUNGEDFILES = ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/Makefile ${.OBJDIR}/${SSL_SRC}/apps/der_chop ${.OBJDIR}/${SSL_SRC}/tools/c_rehash |
39 | 35 | ||