]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/dtrace/Makefile
Remove the old version of the DTraceToolkit from the source tree.
[FreeBSD/FreeBSD.git] / share / dtrace / Makefile
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
9 SCRIPTS=        blocking \
10                 disklatency \
11                 disklatencycmd \
12                 hotopen \
13                 nfsattrstats \
14                 nfsclienttime \
15                 siftr \
16                 tcpconn \
17                 tcpdebug \
18                 tcpstate \
19                 tcptrack \
20                 udptrack \
21                 watch_execve \
22                 watch_kill \
23                 watch_vop_remove
24
25 SCRIPTSDIR= ${SHAREDIR}/dtrace
26
27 DSRCS=          mbuf.d
28
29 FILES=          ${DSRCS}
30 FILESDIR=       /usr/lib/dtrace
31 FILESMODE=      ${NOBINMODE}
32
33 .include <bsd.prog.mk>