summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorderaadt <>2001-09-18 17:18:28 +0000
committerderaadt <>2001-09-18 17:18:28 +0000
commiteae3d5780ea1b14133f3bb83bb1eb3e6d0765b93 (patch)
treef1043e5f89ec9f0432314fa06518b934644c260b /src/lib/libssl/Makefile.bsd-wrapper
parent4fe6900d34c658a81df5efc40e562c161597ace2 (diff)
downloadopenbsd-eae3d5780ea1b14133f3bb83bb1eb3e6d0765b93.tar.gz
openbsd-eae3d5780ea1b14133f3bb83bb1eb3e6d0765b93.tar.bz2
openbsd-eae3d5780ea1b14133f3bb83bb1eb3e6d0765b93.zip
understand sparc64
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 12304dc065..c36e635646 100644
--- a/src/lib/libssl/Makefile.bsd-wrapper
+++ b/src/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/07/31 21:22:12 deraadt Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2001/09/18 17:18:28 deraadt Exp $
3 3
4# Our lndir is hacked; specify a full path to avoid potential conflicts 4# Our lndir is hacked; specify a full path to avoid potential conflicts
5# with the one installed with X11. 5# with the one installed with X11.
@@ -9,26 +9,8 @@ LNDIR= /usr/bin/lndir
9# needs to be tested on all architectures. 9# needs to be tested on all architectures.
10 10
11OPENSSLDIR= /etc/ssl 11OPENSSLDIR= /etc/ssl
12SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH}
12 13
13.if ${MACHINE_ARCH} == "alpha"
14SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha
15.elif ${MACHINE_ARCH} == "m68k"
16SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k
17.elif ${MACHINE_ARCH} == "i386"
18SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86
19.elif ${MACHINE_ARCH} == "mips"
20SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips
21.elif ${MACHINE_ARCH} == "vax"
22SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax
23.else
24.if ${MACHINE_ARCH} == "m88k" || \
25${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc"
26SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD
27.else
28##UNTESTED!
29SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD
30.endif
31.endif
32MUNGEDFILES= \ 14MUNGEDFILES= \
33 ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h \ 15 ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h \
34 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h \ 16 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h \