]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/dtrace/Makefile
unbound: Vendor import 1.15.0
[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 PACKAGE=        dtrace
10 SCRIPTS=        blocking \
11                 disklatency \
12                 disklatencycmd \
13                 hotopen \
14                 nfsattrstats \
15                 nfsclienttime \
16                 siftr \
17                 tcpconn \
18                 tcpdebug \
19                 tcpstate \
20                 tcptrack \
21                 udptrack
22
23 SCRIPTSDIR= ${SHAREDIR}/dtrace
24
25 DSRCS=          mbuf.d ipfw.d
26
27 FILES=          ${DSRCS}
28 FILESDIR=       /usr/lib/dtrace
29 FILESMODE=      ${NOBINMODE}
30
31 .include <bsd.prog.mk>