svn commit: r200203 - head/lib/libulog

Ed Schouten ed at FreeBSD.org
Mon Dec 7 05:57:29 UTC 2009


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


More information about the svn-src-head mailing list