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/ssl-patent | |
| 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/ssl-patent')
| -rw-r--r-- | src/lib/libssl/ssl-patent/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl-patent/Makefile b/src/lib/libssl/ssl-patent/Makefile index b3ab904298..78acd2183b 100644 --- a/src/lib/libssl/ssl-patent/Makefile +++ b/src/lib/libssl/ssl-patent/Makefile | |||
| @@ -9,10 +9,7 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto | |||
| 9 | .if ${MACHINE_ARCH} == "i386" | 9 | .if ${MACHINE_ARCH} == "i386" |
| 10 | CFLAGS+= -DL_ENDIAN -DBN_ASM | 10 | CFLAGS+= -DL_ENDIAN -DBN_ASM |
| 11 | .else | 11 | .else |
| 12 | .if ${MACHINE_ARCH} == "arc" | 12 | .if ${MACHINE_ARCH} == "mips" |
| 13 | CFLAGS+= -DL_ENDIAN | ||
| 14 | .else | ||
| 15 | .if ${MACHINE_ARCH} == "pmax" | ||
| 16 | CFLAGS+= -DL_ENDIAN | 13 | CFLAGS+= -DL_ENDIAN |
| 17 | .else | 14 | .else |
| 18 | .if ${MACHINE_ARCH} == "alpha" | 15 | .if ${MACHINE_ARCH} == "alpha" |
| @@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN | |||
| 21 | CFLAGS+= -DB_ENDIAN | 18 | CFLAGS+= -DB_ENDIAN |
| 22 | .endif | 19 | .endif |
| 23 | .endif | 20 | .endif |
| 24 | .endif | ||
| 25 | .endif | 21 | .endif |
| 26 | 22 | ||
| 27 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 23 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE |
