Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 15:15:08 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184341 - head/usr.sbin
Message-ID:  <200810271515.m9RFF86d042970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Mon Oct 27 15:15:08 2008
New Revision: 184341
URL: http://svn.freebsd.org/changeset/base/184341

Log:
  We do not have a libkse anymore and Mk/bsd.* does not know
  about LIBKSE anymore, so s,MK_LIBKSE,MK_LIBPTHREAD,.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Mon Oct 27 14:49:12 2008	(r184340)
+++ head/usr.sbin/Makefile	Mon Oct 27 15:15:08 2008	(r184341)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810271515.m9RFF86d042970>