summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 29095c7..aad8362 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"
OpenPOWER on IntegriCloud