summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>1999-10-10 21:32:03 +0000
committerMats O Jansson <maja@cvs.openbsd.org>1999-10-10 21:32:03 +0000
commit6f73ca6deaea984aa53b42fc51e80ab3130a2d89 (patch)
tree8a17b4b74e008cc6a6046416715cc1aa88854922 /lib
parent8cabbd2d24f37ee2c562cd975215bb9942591b53 (diff)
Make mips compile. -moj
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/Makefile.bsd-wrapper10
-rw-r--r--lib/libssl/crypto-patent/Makefile6
-rw-r--r--lib/libssl/crypto/Makefile6
-rw-r--r--lib/libssl/ssl-patent/Makefile6
-rw-r--r--lib/libssl/ssl/Makefile6
5 files changed, 7 insertions, 27 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper
index de2b6c21d08..5a06d3eb4b6 100644
--- a/lib/libssl/Makefile.bsd-wrapper
+++ b/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/lib/libssl/crypto-patent/Makefile b/lib/libssl/crypto-patent/Makefile
index c5b0623b0b0..3d792a5a524 100644
--- a/lib/libssl/crypto-patent/Makefile
+++ b/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/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile
index 2250c596214..1dea336f27f 100644
--- a/lib/libssl/crypto/Makefile
+++ b/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/lib/libssl/ssl-patent/Makefile b/lib/libssl/ssl-patent/Makefile
index b3ab9042987..78acd2183b7 100644
--- a/lib/libssl/ssl-patent/Makefile
+++ b/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/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 8efe8fa3de9..0f80ee51880 100644
--- a/lib/libssl/ssl/Makefile
+++ b/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