From f5af420bc531180e9316cc8dcb135bde62aa03d7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 28 Jan 2004 17:46:05 +0000 Subject: label x86_64 as LE --- src/usr.sbin/openssl/Makefile | 7 ++++--- 1 file 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 @@ -# $OpenBSD: Makefile,v 1.14 2003/11/12 21:15:03 markus Exp $ +# $OpenBSD: Makefile,v 1.15 2004/01/28 17:46:05 deraadt Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -9,8 +9,9 @@ SSLEAYDIST= lib/libssl/src SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} -.if (${MACHINE_ARCH} == "arc") || (${MACHINE_ARCH} == "i386") || \ - (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "pmax") +.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \ + (${MACHINE_ARCH} == "vax") + CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" -- cgit v1.2.3-55-g6feb