diff options
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 5179b85de7..9baf729b5b 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.35 2004/01/29 03:05:33 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.36 2004/02/27 17:36:13 deraadt Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -7,7 +7,7 @@ SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} | |||
7 | LCRYPTO_SRC= ${SSL_SRC}/crypto | 7 | LCRYPTO_SRC= ${SSL_SRC}/crypto |
8 | 8 | ||
9 | .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ | 9 | .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ |
10 | ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "x86_64" || \ | 10 | ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "amd64" || \ |
11 | ${MACHINE_ARCH} == "alpha" | 11 | ${MACHINE_ARCH} == "alpha" |
12 | CFLAGS+= -DL_ENDIAN | 12 | CFLAGS+= -DL_ENDIAN |
13 | .else | 13 | .else |