diff options
author | 2001-03-09 23:06:57 +0000 | |
---|---|---|
committer | 2001-03-09 23:06:57 +0000 | |
commit | 62be9be678dd41a54b24c10a76fc986fa17fa26e (patch) | |
tree | f35e95324c9935ffec330c7f62eb0bfcae91a3fd /lib | |
parent | add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060 (diff) | |
download | wireguard-openbsd-62be9be678dd41a54b24c10a76fc986fa17fa26e.tar.xz wireguard-openbsd-62be9be678dd41a54b24c10a76fc986fa17fa26e.zip |
minor irrelevant oops
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 4 |
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 |