diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-10 21:32:03 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-10 21:32:03 +0000 |
commit | 6f73ca6deaea984aa53b42fc51e80ab3130a2d89 (patch) | |
tree | 8a17b4b74e008cc6a6046416715cc1aa88854922 /lib/libssl/ssl-patent | |
parent | 8cabbd2d24f37ee2c562cd975215bb9942591b53 (diff) |
Make mips compile. -moj
Diffstat (limited to 'lib/libssl/ssl-patent')
-rw-r--r-- | lib/libssl/ssl-patent/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl-patent/Makefile b/lib/libssl/ssl-patent/Makefile index b3ab9042987..78acd2183b7 100644 --- a/lib/libssl/ssl-patent/Makefile +++ b/lib/libssl/ssl-patent/Makefile @@ -9,10 +9,7 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" -CFLAGS+= -DL_ENDIAN -.else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE_ARCH} == "mips" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN CFLAGS+= -DB_ENDIAN .endif .endif -.endif .endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE |