freebsd-dev/share/dtrace/Makefile
George V. Neville-Neil 213dc9df2e Add a new script, hotopen, which shows what uid is opening files
on a per second basis.  While here clean up the Makefile as well.

MFC after:	1 week
2012-07-20 23:56:23 +00:00

22 lines
302 B
Makefile

# $FreeBSD$
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#
.include <bsd.own.mk>
SUBDIR= ${_toolkit}
.if ${MK_CDDL} != "no"
_toolkit= toolkit
.endif
SCRIPTS= nfsclienttime hotopen
SCRIPTSDIR= ${SHAREDIR}/dtrace
NO_OBJ=
.include <bsd.prog.mk>