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:
Bjoern A. Zeeb 2008-10-27 15:15:08 +00:00
parent 73adc48f49
commit 1272ddb213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184341

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