aboutsummaryrefslogblamecommitdiff
path: root/share/dtrace/Makefile
blob: 86e47bc894694136e1b3327a8d029b048a760b81 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                          
                      
 

                             

                                
                              
                               

                         
                          
                          
                          
                        
 
                              
 





                               
                      
# $FreeBSD$
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#

.include <src.opts.mk>

SCRIPTS=	blocking \
		disklatency \
		disklatencycmd \
		hotopen \
		nfsattrstats \
		nfsclienttime \
		siftr \
		tcpconn \
		tcpdebug \
		tcpstate \
		tcptrack \
		udptrack

SCRIPTSDIR= ${SHAREDIR}/dtrace

DSRCS=		mbuf.d

FILES=		${DSRCS}
FILESDIR=	/usr/lib/dtrace
FILESMODE=	${NOBINMODE}

.include <bsd.prog.mk>