summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>2004-01-28 17:46:05 +0000
committerderaadt <>2004-01-28 17:46:05 +0000
commitf5af420bc531180e9316cc8dcb135bde62aa03d7 (patch)
treee5506a33f0ff5fa7fe26d14815969736e40d8b94
parent1fd63fa21c75cf59edbf8a60cfbd14a5f3a85fcd (diff)
downloadopenbsd-f5af420bc531180e9316cc8dcb135bde62aa03d7.tar.gz
openbsd-f5af420bc531180e9316cc8dcb135bde62aa03d7.tar.bz2
openbsd-f5af420bc531180e9316cc8dcb135bde62aa03d7.zip
label x86_64 as LE
-rw-r--r--src/usr.sbin/openssl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index d8f94326b9..0acdf58594 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.14 2003/11/12 21:15:03 markus Exp $ 1# $OpenBSD: Makefile,v 1.15 2004/01/28 17:46:05 deraadt Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -9,8 +9,9 @@ SSLEAYDIST= lib/libssl/src
9SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps 9SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps
10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} 10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST}
11 11
12.if (${MACHINE_ARCH} == "arc") || (${MACHINE_ARCH} == "i386") || \ 12.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \
13 (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "pmax") 13 (${MACHINE_ARCH} == "vax")
14
14CFLAGS+= -DL_ENDIAN 15CFLAGS+= -DL_ENDIAN
15.else 16.else
16.if ${MACHINE_ARCH} == "alpha" 17.if ${MACHINE_ARCH} == "alpha"