xref: /freebsd/share/dtrace/Makefile (revision 1f474190)
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
9SCRIPTS=	blocking \
10		disklatency \
11		disklatencycmd \
12		hotopen \
13		nfsattrstats \
14		nfsclienttime \
15		siftr \
16		tcpconn \
17		tcpdebug \
18		tcpstate \
19		tcptrack \
20		udptrack
21
22SCRIPTSDIR= ${SHAREDIR}/dtrace
23
24DSRCS=		mbuf.d ipfw.d
25
26FILES=		${DSRCS}
27FILESDIR=	/usr/lib/dtrace
28FILESMODE=	${NOBINMODE}
29
30.include <bsd.prog.mk>
31