svn commit: r210690 - head/lib

Rui Paulo rpaulo at FreeBSD.org
Sat Jul 31 16:12:48 UTC 2010


Author: rpaulo
Date: Sat Jul 31 16:12:47 2010
New Revision: 210690
URL: http://svn.freebsd.org/changeset/base/210690

Log:
  Build librtld_db.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sat Jul 31 16:11:11 2010	(r210689)
+++ head/lib/Makefile	Sat Jul 31 16:12:47 2010	(r210690)
@@ -90,6 +90,7 @@ SUBDIR=	${SUBDIR_ORDERED} \
 	${_libpmc} \
 	${_libproc} \
 	librt \
+	${_librtld_db} \
 	${_libsdp} \
 	${_libsm} \
 	${_libsmb} \
@@ -174,6 +175,7 @@ _libncp=	libncp
 _libsmb=	libsmb
 _libvgl=	libvgl
 _libproc=	libproc
+_librtld_db=	librtld_db
 .endif
 
 .if ${MACHINE_ARCH} == "ia64"


More information about the svn-src-all mailing list