]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/dtrace/toolkit/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>