summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-10-27 15:15:08 +0000
committerbz <bz@FreeBSD.org>2008-10-27 15:15:08 +0000
commit90fad9940225d52f60163ce917e586b0c1eafb43 (patch)
tree7265dbc772f2b84519595897238e4211721abd06 /usr.sbin/Makefile
parent207c8f3843935309df736b21c9df3bdf8640ee4e (diff)
downloadFreeBSD-src-90fad9940225d52f60163ce917e586b0c1eafb43.zip
FreeBSD-src-90fad9940225d52f60163ce917e586b0c1eafb43.tar.gz
We do not have a libkse anymore and Mk/bsd.* does not know
about LIBKSE anymore, so s,MK_LIBKSE,MK_LIBPTHREAD,.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud