Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2009 05:57:29 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200203 - head/lib/libulog
Message-ID:  <200912070557.nB75vT4h043103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.own.mk>
 
 LIB=	ulog



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