diff options
author | hugh <> | 2000-10-13 21:31:30 +0000 |
---|---|---|
committer | hugh <> | 2000-10-13 21:31:30 +0000 |
commit | b91c89ed7f50614027e76c49b85c79f51cb408a1 (patch) | |
tree | 79aee5fdeaf8f25cba27d9299a128605f5910a8a /src/lib/libssl/ssl | |
parent | 04199a0ac8d5e64a4c04d30cd9eb933f7eb99648 (diff) | |
download | openbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.tar.gz openbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.tar.bz2 openbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.zip |
vax support; checked by beck.
Diffstat (limited to 'src/lib/libssl/ssl')
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 0f80ee5188..5e0f8ae8c1 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
@@ -12,6 +12,9 @@ CFLAGS+= -DL_ENDIAN -DBN_ASM | |||
12 | .if ${MACHINE_ARCH} == "mips" | 12 | .if ${MACHINE_ARCH} == "mips" |
13 | CFLAGS+= -DL_ENDIAN | 13 | CFLAGS+= -DL_ENDIAN |
14 | .else | 14 | .else |
15 | .if ${MACHINE_ARCH} == "vax" | ||
16 | CFLAGS+= -DL_ENDIAN | ||
17 | .else | ||
15 | .if ${MACHINE_ARCH} == "alpha" | 18 | .if ${MACHINE_ARCH} == "alpha" |
16 | # no ENDIAN stuff defined for alpha | 19 | # no ENDIAN stuff defined for alpha |
17 | .else | 20 | .else |
@@ -19,6 +22,7 @@ CFLAGS+= -DB_ENDIAN | |||
19 | .endif | 22 | .endif |
20 | .endif | 23 | .endif |
21 | .endif | 24 | .endif |
25 | .endif | ||
22 | 26 | ||
23 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE | 27 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE |
24 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST}/include | 28 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST}/include |