From dfc8dc699c7537a774920541d1517de4a3d01502 Mon Sep 17 00:00:00 2001 From: beck <> Date: Mon, 12 Oct 1998 05:26:13 +0000 Subject: *UNTESTED* Makefile and configure changes that may work with pmax and arc. *These need to be tested by someone who has one!!* --- src/lib/libssl/Makefile.bsd-wrapper | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/libssl/Makefile.bsd-wrapper') diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 12347cbb97..b8189988cd 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper @@ -11,6 +11,12 @@ LNDIR= /usr/bin/lndir .if ${MACHINE_ARCH} == "i386" SSLCONF= OpenBSD-x86 .else +.if ${MACHINE_ARCH} == "pmax" +SSLCONF= OpenBSD-pmax +.else +.if ${MACHINE_ARCH} == "arc" +SSLCONF= OpenBSD-arc +.else .if ${MACHINE_ARCH} == "alpha" SSLCONF= OpenBSD-alpha .else @@ -22,6 +28,8 @@ SSLCONF= OpenBSD-bigendian .endif .endif .endif +.endif +.endif .include -- cgit v1.2.3-55-g6feb