diff options
author | deraadt <> | 2001-09-18 17:18:28 +0000 |
---|---|---|
committer | deraadt <> | 2001-09-18 17:18:28 +0000 |
commit | eae3d5780ea1b14133f3bb83bb1eb3e6d0765b93 (patch) | |
tree | f1043e5f89ec9f0432314fa06518b934644c260b /src/lib/libssl/Makefile.bsd-wrapper | |
parent | 4fe6900d34c658a81df5efc40e562c161597ace2 (diff) | |
download | openbsd-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-wrapper | 22 |
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 | ||
11 | OPENSSLDIR= /etc/ssl | 11 | OPENSSLDIR= /etc/ssl |
12 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH} | ||
12 | 13 | ||
13 | .if ${MACHINE_ARCH} == "alpha" | ||
14 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha | ||
15 | .elif ${MACHINE_ARCH} == "m68k" | ||
16 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k | ||
17 | .elif ${MACHINE_ARCH} == "i386" | ||
18 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 | ||
19 | .elif ${MACHINE_ARCH} == "mips" | ||
20 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips | ||
21 | .elif ${MACHINE_ARCH} == "vax" | ||
22 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax | ||
23 | .else | ||
24 | .if ${MACHINE_ARCH} == "m88k" || \ | ||
25 | ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" | ||
26 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD | ||
27 | .else | ||
28 | ##UNTESTED! | ||
29 | SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD | ||
30 | .endif | ||
31 | .endif | ||
32 | MUNGEDFILES= \ | 14 | MUNGEDFILES= \ |
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 \ |