summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-09 23:06:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-09 23:06:58 +0000
commit33be67603bb7319416791870d21b9a8949b7f74f (patch)
tree93f6d3cb18ed9de1eebcb78fadc8a8126fba1639 /lib
parentef1f38f0a5dbd551572b0b4aad410f4542dcaa0e (diff)
minor irrelevant oops
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper
index 3d746a3134b..6061ab86716 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.33 2001/03/09 23:03:02 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2001/03/09 23:06:57 deraadt Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -21,7 +21,7 @@ SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-mips
.elif ${MACHINE_ARCH} == "vax"
SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-vax
.else
-.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
+.if ${MACHINE_ARCH} == "m88k" || \
${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc"
SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD
.else