]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/dtrace/toolkit/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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}/hotuser   \
9                 ${DTRACETOOLKIT}/hotkernel \
10                 ${DTRACETOOLKIT}/opensnoop \
11                 ${DTRACETOOLKIT}/procsystime \
12
13 SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
14
15 NO_OBJ=
16
17 .include <bsd.prog.mk>