From owner-svn-src-all@FreeBSD.ORG Mon Dec 7 05:57:29 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35925106566C; Mon, 7 Dec 2009 05:57:29 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 244008FC08; Mon, 7 Dec 2009 05:57:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nB75vTpq043105; Mon, 7 Dec 2009 05:57:29 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nB75vT4h043103; Mon, 7 Dec 2009 05:57:29 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200912070557.nB75vT4h043103@svn.freebsd.org> From: Ed Schouten Date: Mon, 7 Dec 2009 05:57:29 +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: r200203 - head/lib/libulog X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 05:57:29 -0000 Author: ed Date: Mon Dec 7 05:57:28 2009 New Revision: 200203 URL: http://svn.freebsd.org/changeset/base/200203 Log: Install libulog in /lib. Because several applications in /bin use libulog (or may use it in the nearby future), it must not live inside /usr. It seems like we don't need to add the copy from /usr/lib to ObsoleteFiles.inc, because it's cleaned up during installation of libulog automatically. Reported by: ume Modified: head/lib/libulog/Makefile Modified: head/lib/libulog/Makefile ============================================================================== --- head/lib/libulog/Makefile Mon Dec 7 02:17:58 2009 (r200202) +++ head/lib/libulog/Makefile Mon Dec 7 05:57:28 2009 (r200203) @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?=/lib + .include LIB= ulog