diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-18 17:18:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-18 17:18:29 +0000 |
commit | 3fe5597002f7cda094eb4efec46891725618327f (patch) | |
tree | ccf1551fea18edf0a67007ad9ad8cff38b2163cc /lib/libssl/Makefile.bsd-wrapper | |
parent | 1cbada65ad582816458364ad6cf6697491b461d2 (diff) |
understand sparc64
Diffstat (limited to 'lib/libssl/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index 12304dc0650..c36e635646d 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/07/31 21:22:12 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2001/09/18 17:18:28 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -9,26 +9,8 @@ LNDIR= /usr/bin/lndir # needs to be tested on all architectures. OPENSSLDIR= /etc/ssl +SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH} -.if ${MACHINE_ARCH} == "alpha" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha -.elif ${MACHINE_ARCH} == "m68k" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k -.elif ${MACHINE_ARCH} == "i386" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 -.elif ${MACHINE_ARCH} == "mips" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips -.elif ${MACHINE_ARCH} == "vax" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax -.else -.if ${MACHINE_ARCH} == "m88k" || \ -${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD -.else -##UNTESTED! -SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD -.endif -.endif MUNGEDFILES= \ ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h \ ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h \ |