]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/dtrace/toolkit/Makefile
Add execute bits to tcpstate script.
[FreeBSD/FreeBSD.git] / share / dtrace / toolkit / Makefile
1 #$FreeBSD$
2 #
3 # Install scripts from the DTraceToolkit
4 #
5 DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit
6
7 SCRIPTS=        ${DTRACETOOLKIT}/execsnoop \
8                 ${DTRACETOOLKIT}/hotkernel \
9                 ${DTRACETOOLKIT}/hotuser   \
10                 ${DTRACETOOLKIT}/opensnoop \
11                 ${DTRACETOOLKIT}/procsystime
12
13 SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
14
15 NO_OBJ=
16
17 .include <bsd.prog.mk>