We do not have a libkse anymore and Mk/bsd.* does not know

about LIBKSE anymore, so s,MK_LIBKSE,MK_LIBPTHREAD,.
This commit is contained in:
bz 2008-10-27 15:15:08 +00:00
parent 207c8f3843
commit 90fad99402

View File

@ -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