From eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 9 Oct 2007 13:42:34 +0000 Subject: Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) --- usr.sbin/ngctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ngctl') diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index cf17d2e..1a9e50b 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -13,7 +13,7 @@ WARNS?= 3 NGCTL_NO_LIBEDIT= .endif -.if ${MK_LIBTHR} == "no" && ${MK_LIBPTHREAD} == "no" +.if ${MK_LIBPTHREAD} == "no" && ${MK_LIBTHR} == "no" && ${MK_LIBKSE} NGCTL_NO_LIBEDIT= .endif -- cgit v1.1