summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2001-03-09 23:03:02 +0000
committerderaadt <>2001-03-09 23:03:02 +0000
commit3069d5e0d776cb9a1d35a8d7f06f02292bc543c9 (patch)
tree4b08da32ea8735d43a2ce612da52f9fd3acd43df /src
parentcde88bf029d753cc1497a9a02211bdf67b46c5f5 (diff)
downloadopenbsd-3069d5e0d776cb9a1d35a8d7f06f02292bc543c9.tar.gz
openbsd-3069d5e0d776cb9a1d35a8d7f06f02292bc543c9.tar.bz2
openbsd-3069d5e0d776cb9a1d35a8d7f06f02292bc543c9.zip
build using OpenBSD-m68k on m68k machines
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 9074284d93..3d746a3134 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.32 2001/02/10 22:12:39 millert Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2001/03/09 23:03:02 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.
@@ -12,6 +12,8 @@ OPENSSLDIR= /etc/ssl
12 12
13.if ${MACHINE_ARCH} == "alpha" 13.if ${MACHINE_ARCH} == "alpha"
14SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha 14SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-alpha
15.elif ${MACHINE_ARCH} == "m68k"
16SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-m68k
15.elif ${MACHINE_ARCH} == "i386" 17.elif ${MACHINE_ARCH} == "i386"
16SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86 18SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-x86
17.elif ${MACHINE_ARCH} == "mips" 19.elif ${MACHINE_ARCH} == "mips"