summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorbeck <>1998-10-12 05:26:13 +0000
committerbeck <>1998-10-12 05:26:13 +0000
commitdfc8dc699c7537a774920541d1517de4a3d01502 (patch)
treecd71ade1608e603cabf38d649d945cfdc8733ff4 /src/lib/libssl/Makefile.bsd-wrapper
parent6d7465ed57dc209c50f2936a017603a6cd23b064 (diff)
downloadopenbsd-dfc8dc699c7537a774920541d1517de4a3d01502.tar.gz
openbsd-dfc8dc699c7537a774920541d1517de4a3d01502.tar.bz2
openbsd-dfc8dc699c7537a774920541d1517de4a3d01502.zip
*UNTESTED* Makefile and configure changes that may work with pmax and arc.
*These need to be tested by someone who has one!!*
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper8
1 files changed, 8 insertions, 0 deletions
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
11.if ${MACHINE_ARCH} == "i386" 11.if ${MACHINE_ARCH} == "i386"
12SSLCONF= OpenBSD-x86 12SSLCONF= OpenBSD-x86
13.else 13.else
14.if ${MACHINE_ARCH} == "pmax"
15SSLCONF= OpenBSD-pmax
16.else
17.if ${MACHINE_ARCH} == "arc"
18SSLCONF= OpenBSD-arc
19.else
14.if ${MACHINE_ARCH} == "alpha" 20.if ${MACHINE_ARCH} == "alpha"
15SSLCONF= OpenBSD-alpha 21SSLCONF= OpenBSD-alpha
16.else 22.else
@@ -22,6 +28,8 @@ SSLCONF= OpenBSD-bigendian
22.endif 28.endif
23.endif 29.endif
24.endif 30.endif
31.endif
32.endif
25 33
26 34
27.include <bsd.own.mk> 35.include <bsd.own.mk>