summaryrefslogtreecommitdiffstats
path: root/share/dtrace/Makefile
blob: 83bc48e176b474c97fe9a1c849ea6dd781b5dde1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#

.include <src.opts.mk>

SUBDIR= ${_toolkit}

.if ${MK_CDDL} != "no"
_toolkit=	toolkit
.endif

SCRIPTS=	blocking \
		disklatency \
		disklatencycmd \
		hotopen \
		nfsattrstats \
		nfsclienttime \
		siftr \
		tcpconn \
		tcpstate \
		tcptrack \
		udptrack \
		watch_execve \
		watch_kill \
		watch_vop_remove

SCRIPTSDIR= ${SHAREDIR}/dtrace

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud