diff options
Diffstat (limited to 'usr.sbin/ngctl/Makefile')
-rw-r--r-- | usr.sbin/ngctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index bd93699..cf17d2e 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -13,8 +13,7 @@ WARNS?= 3 NGCTL_NO_LIBEDIT= .endif -.if ${MK_LIBTHR} == "no" && \ - (${MACHINE_ARCH} == "sparc64" || ${MK_LIBPTHREAD} == "no") +.if ${MK_LIBTHR} == "no" && ${MK_LIBPTHREAD} == "no" NGCTL_NO_LIBEDIT= .endif |