]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/dtrace/Makefile
Don't overlink pthread to kerberos library consumers.
[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 SUBDIR= ${_toolkit}
10
11 .if ${MK_CDDL} != "no"
12 _toolkit=       toolkit
13 .endif
14
15 SCRIPTS=        blocking \
16                 disklatency \
17                 disklatencycmd \
18                 hotopen \
19                 nfsattrstats \
20                 nfsclienttime \
21                 siftr \
22                 tcpconn \
23                 tcpstate \
24                 tcptrack \
25                 udptrack
26
27 SCRIPTSDIR= ${SHAREDIR}/dtrace
28
29 .include <bsd.prog.mk>