From 54bb94d7649f7026cbe899099158de4a1e9be46c Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 31 Jul 2010 14:52:29 +0000 Subject: [PATCH] libproc is going to be i386/amd64 only with the next update. Sponsored by: The FreeBSD Foundation --- lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 29095c73f69b..aad8362814d5 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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"