From 90fad9940225d52f60163ce917e586b0c1eafb43 Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 27 Oct 2008 15:15:08 +0000 Subject: We do not have a libkse anymore and Mk/bsd.* does not know about LIBKSE anymore, so s,MK_LIBKSE,MK_LIBPTHREAD,. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c18e58d..7b10edb 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -292,7 +292,7 @@ _moused= moused _vidcontrol= vidcontrol .endif -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" +.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" .if ${MK_PPP} != "no" _pppctl= pppctl .endif -- cgit v1.1