TCP connection tracker that uses aggregations to show where connections
[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 SUBDIR= ${_toolkit}
10
11 .if ${MK_CDDL} != "no"
12 _toolkit=       toolkit
13 .endif
14
15 SCRIPTS=        disklatency \
16                 disklatencycmd \
17                 hotopen \
18                 nfsclienttime \
19                 tcpstate \
20                 tcptrack \
21                 tcpconn
22
23 SCRIPTSDIR= ${SHAREDIR}/dtrace
24
25 NO_OBJ=
26
27 .include <bsd.prog.mk>