freebsd-dev/cddl/usr.sbin/Makefile
Stacey Son 7e1e3d9462 Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver,
the lockstat provider, and the ksyms(4) pseudo driver kernel modules.

Approved by:	gnn (mentor)
2009-05-27 01:30:23 +00:00

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>