xref: /freebsd/share/dtrace/Makefile (revision 4d846d26)
1# $FreeBSD$
2#
3# Hand installing our scripts and optionally (based on MK_CDDL) installing
4# the DTraceToolkit.
5#
6
7.include <src.opts.mk>
8
9PACKAGE=	dtrace
10SCRIPTS=	blocking \
11		disklatency \
12		disklatencycmd \
13		hotopen \
14		nfsattrstats \
15		nfsclienttime \
16		siftr \
17		tcpconn \
18		tcpdebug \
19		tcpstate \
20		tcptrack \
21		udptrack
22
23SCRIPTSDIR= ${SHAREDIR}/dtrace
24
25DSRCS=		mbuf.d ipfw.d
26
27FILES=		${DSRCS}
28FILESDIR=	/usr/lib/dtrace
29FILESMODE=	${NOBINMODE}
30
31.include <bsd.prog.mk>
32