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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user