diff options
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 214c1e2350..fc1a092225 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -8,12 +8,20 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto | |||
8 | .if ${MACHINE_ARCH} == "i386" | 8 | .if ${MACHINE_ARCH} == "i386" |
9 | CFLAGS+= -DL_ENDIAN -DBN_ASM | 9 | CFLAGS+= -DL_ENDIAN -DBN_ASM |
10 | .else | 10 | .else |
11 | .if ${MACHINE_ARCH} == "arc" | ||
12 | CFLAGS+= -DL_ENDIAN | ||
13 | .else | ||
14 | .if ${MACHINE_ARCH} == "pmax" | ||
15 | CFLAGS+= -DL_ENDIAN | ||
16 | .else | ||
11 | .if ${MACHINE_ARCH} == "alpha" | 17 | .if ${MACHINE_ARCH} == "alpha" |
12 | # no ENDIAN stuff defined for alpha | 18 | # no ENDIAN stuff defined for alpha |
13 | .else | 19 | .else |
14 | CFLAGS+= -DB_ENDIAN | 20 | CFLAGS+= -DB_ENDIAN |
15 | .endif | 21 | .endif |
16 | .endif | 22 | .endif |
23 | .endif | ||
24 | .endif | ||
17 | 25 | ||
18 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 26 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE |
19 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} | 27 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} |