]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/dtrace/Makefile
bhnd(9): Fix a few mandoc related issues
[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
22 SCRIPTSDIR= ${SHAREDIR}/dtrace
23
24 DSRCS=          mbuf.d ipfw.d
25
26 FILES=          ${DSRCS}
27 FILESDIR=       /usr/lib/dtrace
28 FILESMODE=      ${NOBINMODE}
29
30 .include <bsd.prog.mk>