Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2010 14:52:30 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210682 - head/lib
Message-ID:  <201007311452.o6VEqUcg010502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Jul 31 14:52:29 2010
New Revision: 210682
URL: http://svn.freebsd.org/changeset/base/210682

Log:
  libproc is going to be i386/amd64 only with the next update.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sat Jul 31 14:36:34 2010	(r210681)
+++ head/lib/Makefile	Sat Jul 31 14:52:29 2010	(r210682)
@@ -88,7 +88,7 @@ SUBDIR=	${SUBDIR_ORDERED} \
 	libpcap \
 	${_libpkg} \
 	${_libpmc} \
-	libproc \
+	${_libproc} \
 	librt \
 	${_libsdp} \
 	${_libsm} \
@@ -173,6 +173,7 @@ _libncp=	libncp
 .endif
 _libsmb=	libsmb
 _libvgl=	libvgl
+_libproc=	libproc
 .endif
 
 .if ${MACHINE_ARCH} == "ia64"
@@ -186,6 +187,7 @@ _libncp=	libncp
 .endif
 _libsmb=	libsmb
 _libvgl=	libvgl
+_libproc=	libproc
 .endif
 
 .if ${MACHINE_CPUARCH} == "powerpc"



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