From 3ef9529fbf0c1f8f1c9da1172e92ad3370d5fcfe Mon Sep 17 00:00:00 2001 From: maja <> Date: Sun, 10 Oct 1999 21:32:02 +0000 Subject: Make mips compile. -moj --- src/lib/libssl/Makefile.bsd-wrapper | 10 +++------- src/lib/libssl/crypto-patent/Makefile | 6 +----- src/lib/libssl/crypto/Makefile | 6 +----- src/lib/libssl/ssl-patent/Makefile | 6 +----- src/lib/libssl/ssl/Makefile | 6 +----- 5 files changed, 7 insertions(+), 27 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index de2b6c21d0..5a06d3eb4b 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1999/09/29 07:30:08 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.12 1999/10/10 21:32:01 maja Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -11,11 +11,8 @@ LNDIR= /usr/bin/lndir .if ${MACHINE_ARCH} == "i386" SSLCONF= --openssldir=/etc/ssl OpenBSD-x86 .else -.if ${MACHINE} == "pmax" -SSLCONF= --openssldir=/etc/ssl OpenBSD-pmax -.else -.if ${MACHINE} == "arc" -SSLCONF= --openssldir=/etc/ssl OpenBSD-arc +.if ${MACHINE_ARCH} == "mips" +SSLCONF= --openssldir=/etc/ssl OpenBSD-mips .else .if ${MACHINE_ARCH} == "alpha" SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha @@ -33,7 +30,6 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD .endif .endif .endif -.endif MUNGEDFILES = ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/Makefile ${.OBJDIR}/${SSL_SRC}/apps/der_chop ${.OBJDIR}/${SSL_SRC}/tools/c_rehash diff --git a/src/lib/libssl/crypto-patent/Makefile b/src/lib/libssl/crypto-patent/Makefile index c5b0623b0b..3d792a5a52 100644 --- a/src/lib/libssl/crypto-patent/Makefile +++ b/src/lib/libssl/crypto-patent/Makefile @@ -9,10 +9,7 @@ LCRYPTO_INC= ${.CURDIR}/../${SSLEAYDIST}/include .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" -CFLAGS+= -DL_ENDIAN -.else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE_ARCH} == "mips" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -22,7 +19,6 @@ CFLAGS+= -DB_ENDIAN .endif .endif .endif -.endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 2250c59621..1dea336f27 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -9,10 +9,7 @@ LCRYPTO_INC= ${.CURDIR}/../${SSLEAYDIST}/include .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" -CFLAGS+= -DL_ENDIAN -.else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE_ARCH} == "mips" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN CFLAGS+= -DB_ENDIAN .endif .endif -.endif .endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH diff --git a/src/lib/libssl/ssl-patent/Makefile b/src/lib/libssl/ssl-patent/Makefile index b3ab904298..78acd2183b 100644 --- a/src/lib/libssl/ssl-patent/Makefile +++ b/src/lib/libssl/ssl-patent/Makefile @@ -9,10 +9,7 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" -CFLAGS+= -DL_ENDIAN -.else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE_ARCH} == "mips" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN CFLAGS+= -DB_ENDIAN .endif .endif -.endif .endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 8efe8fa3de..0f80ee5188 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -9,10 +9,7 @@ LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "arc" -CFLAGS+= -DL_ENDIAN -.else -.if ${MACHINE_ARCH} == "pmax" +.if ${MACHINE_ARCH} == "mips" CFLAGS+= -DL_ENDIAN .else .if ${MACHINE_ARCH} == "alpha" @@ -21,7 +18,6 @@ CFLAGS+= -DL_ENDIAN CFLAGS+= -DB_ENDIAN .endif .endif -.endif .endif CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -- cgit v1.2.3-55-g6feb