summaryrefslogtreecommitdiffstats
path: root/lib/libprocstat
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-06-25 11:21:23 +0000
committerpluknet <pluknet@FreeBSD.org>2011-06-25 11:21:23 +0000
commit9e3d2fba08c8c32a52745a9fd210cc63d0802c4e (patch)
tree31d607e8211077cc046f480b78379a0af5d7c895 /lib/libprocstat
parent74e5eef4ea4a499154e939a75a53b61d33ff1fce (diff)
downloadFreeBSD-src-9e3d2fba08c8c32a52745a9fd210cc63d0802c4e.zip
FreeBSD-src-9e3d2fba08c8c32a52745a9fd210cc63d0802c4e.tar.gz
Add missing libkvm and libutil dependencies.
Now libprocstat takes care of its own dependencies and does not require applications to specify them. Reviewed by: stas, jilles
Diffstat (limited to 'lib/libprocstat')
-rw-r--r--lib/libprocstat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libprocstat/Makefile b/lib/libprocstat/Makefile
index e509169..05a64e7 100644
--- a/lib/libprocstat/Makefile
+++ b/lib/libprocstat/Makefile
@@ -19,6 +19,8 @@ INCS= libprocstat.h
CFLAGS+= -I. -I${.CURDIR} -D_KVM_VNODE
SHLIB_MAJOR= 1
WITHOUT_MAN= yes
+DPADD= ${LIBKVM} ${LIBUTIL}
+LDADD= -lkvm -lutil
.if ${MK_NCP} != "no"
CFLAGS+= -DLIBPROCSTAT_NWFS
OpenPOWER on IntegriCloud