diff options
author | 2004-08-06 22:41:41 +0000 | |
---|---|---|
committer | 2004-08-06 22:41:41 +0000 | |
commit | 3e01bfcfaeea98f9bb189e169049227621632234 (patch) | |
tree | ce274375dbd41924f3a8f790b30de12b14ee590f | |
parent | add sgi (diff) | |
download | wireguard-openbsd-3e01bfcfaeea98f9bb189e169049227621632234.tar.xz wireguard-openbsd-3e01bfcfaeea98f9bb189e169049227621632234.zip |
cleanup mips
-rw-r--r-- | lib/libssl/ssl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index ef4a358061c..40b523c5919 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2004/04/27 09:40:19 avsm Exp $ +# $OpenBSD: Makefile,v 1.19 2004/08/06 22:41:41 pefo Exp $ LIB= ssl @@ -9,9 +9,6 @@ LSSL_SRC= ${.CURDIR}/../${SSLEAYDIST}/ssl .if ${MACHINE_ARCH} == "i386" CFLAGS+= -DL_ENDIAN -DBN_ASM .else -.if ${MACHINE_ARCH} == "mips" -CFLAGS+= -DL_ENDIAN -.else .if ${MACHINE_ARCH} == "vax" CFLAGS+= -DL_ENDIAN .else @@ -20,7 +17,6 @@ CFLAGS+= -DL_ENDIAN .else CFLAGS+= -DB_ENDIAN .endif -.endif .endif .endif |