diff options
| author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-06-25 11:21:23 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-06-25 11:21:23 +0000 |
| commit | 76341556c97f686a7474a1f4b5573f9c8fe68e2e (patch) | |
| tree | 31d607e8211077cc046f480b78379a0af5d7c895 /lib/libprocstat/Makefile | |
| parent | 31c5a6e2b8de66a2bdaf69be8c209ae7ec7dc493 (diff) | |
Notes
Diffstat (limited to 'lib/libprocstat/Makefile')
| -rw-r--r-- | lib/libprocstat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libprocstat/Makefile b/lib/libprocstat/Makefile index e5091694e86c..05a64e782b50 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 |
