dc2eb1b92a
the lockstat provider, and the ksyms(4) pseudo driver kernel modules. Approved by: gnn (mentor)
16 lines
172 B
Makefile
16 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= dtrace \
|
|
lockstat \
|
|
${_zdb}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
.if ${MK_LIBTHR} != "no"
|
|
_zdb= zdb
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|