aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-07-31 14:52:29 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-07-31 14:52:29 +0000
commit54bb94d7649f7026cbe899099158de4a1e9be46c (patch)
tree7c517f3a4510e543bc84b2d66cccf8865c318368
parent8f19d9820c01634afb4db27a286a3e71bc38e7af (diff)
Notes
-rw-r--r--lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 29095c73f69b2..aad8362814d58 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"