aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 75c6af754d03..90cab4c7e5f9 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -260,8 +260,7 @@ _calendar= calendar
.if ${MK_OPENSSL} != "no"
_chkey= chkey
_newkey= newkey
-.if ${MK_LIBTHR} != "no" || \
- (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
+.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
_csup= csup
.endif
.endif