From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 15:15:09 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4798C1065674; Mon, 27 Oct 2008 15:15:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 36F038FC1E; Mon, 27 Oct 2008 15:15:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9RFF8U5042971; Mon, 27 Oct 2008 15:15:08 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9RFF86d042970; Mon, 27 Oct 2008 15:15:08 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200810271515.m9RFF86d042970@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 27 Oct 2008 15:15:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184341 - head/usr.sbin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 15:15:09 -0000 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