summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-09 23:03:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-09 23:03:03 +0000
commitce68e0ecaf2743aafc548e0faf2035ea6682b86c (patch)
treeee972cc9500255d11194c3169a33b6736cd40e0e /lib
parenta0554841b1c1c55134b140b06f989028709310e2 (diff)
build using OpenBSD-m68k on m68k machines
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper
index 9074284d938..3d746a3134b 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.32 2001/02/10 22:12:39 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2001/03/09 23:03:02 deraadt Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -12,6 +12,8 @@ OPENSSLDIR= /etc/ssl
.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"