summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-10-12 05:28:05 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-10-12 05:28:05 +0000
commitaf424a0a707a792d28a0f353f654b765321e7ab4 (patch)
treea6c47653be06147b7b1474f5bbbc123ad2a06e38 /usr.sbin
parentda777c9772fc6c372c72908f9fbed2da7a6b9b73 (diff)
*UNTESTED* Makefile change that may work on the arc and pmax.
*this needs to be tested by someone who has one!!*
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ssleay/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/ssleay/Makefile b/usr.sbin/ssleay/Makefile
index 5cc8d8f0b2b..594901a9147 100644
--- a/usr.sbin/ssleay/Makefile
+++ b/usr.sbin/ssleay/Makefile
@@ -15,12 +15,20 @@ SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -DL_ENDIAN -DBN_ASM
.else
+.if ${MACHINE_ARCH} == "arc"
+CFLAGS+= -DL_ENDIAN
+.else
+.if ${MACHINE_ARCH} == "pmax"
+CFLAGS+= -DL_ENDIAN
+.else
.if ${MACHINE_ARCH} == "alpha"
# no ENDIAN stuff defined for alpha
.else
CFLAGS+= -DB_ENDIAN
.endif
.endif
+.endif
+.endif
CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE
CFLAGS+= -I/usr/include/ssl