mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the lockstat provider, and the ksyms(4) pseudo driver kernel modules. Approved by: gnn (mentor)
15 lines
172 B
Makefile
15 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>
|