diff options
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0439637..e58973c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -97,8 +97,7 @@ _libsmb= libsmb _libpthread= libpthread .endif -.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm" && \ - !defined(NOLIBTHR) +.if ${MACHINE_ARCH} != "arm" && !defined(NOLIBTHR) _libthr= libthr .endif |