diff options
author | 1999-10-10 21:32:01 +0000 | |
---|---|---|
committer | 1999-10-10 21:32:01 +0000 | |
commit | 8bf37d1853cc09075822b0b6b1a1586406d507e4 (patch) | |
tree | 6254537f8b2dc8ccfa40a7eedf97ca309fd643e7 /lib/libssl | |
parent | do this the right way (diff) | |
download | wireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.tar.xz wireguard-openbsd-8bf37d1853cc09075822b0b6b1a1586406d507e4.zip |
Make mips compile. -moj
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 10 | ||||
-rw-r--r-- | lib/libssl/crypto-patent/Makefile | 6 | ||||
-rw-r--r-- | lib/libssl/crypto/Makefile | 6 | ||||
-rw-r--r-- | lib/libssl/ssl-patent/Makefile | 6 | ||||
-rw-r--r-- | lib/libssl/ssl/Makefile | 6 |
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 |