From 074959fb7c947a4c4a307d9cb50887ec8dd7e064 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Mon, 1 Feb 1999 16:46:35 +0000 Subject: There must be a better way... --- lib/libssl/ssl-patent/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/libssl/ssl-patent') diff --git a/lib/libssl/ssl-patent/Makefile b/lib/libssl/ssl-patent/Makefile index f5084749ab9..3816de81ea2 100644 --- a/lib/libssl/ssl-patent/Makefile +++ b/lib/libssl/ssl-patent/Makefile @@ -9,10 +9,13 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" +.if ${MACHINE} == "arc" CFLAGS+= -DL_ENDIAN .else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE} == "galileo" +CFLAGS+= -DL_ENDIAN +.else +.if ${MACHINE} == "pmax" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -22,6 +25,7 @@ CFLAGS+= -DB_ENDIAN .endif .endif .endif +.endif .endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -- cgit v1.2.3