18 lines
345 B
Makefile
18 lines
345 B
Makefile
|
#$FreeBSD$
|
||
|
#
|
||
|
# Install scripts from the DTraceToolkit
|
||
|
#
|
||
|
DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit
|
||
|
|
||
|
SCRIPTS= ${DTRACETOOLKIT}/execsnoop \
|
||
|
${DTRACETOOLKIT}/hotuser \
|
||
|
${DTRACETOOLKIT}/hotkernel \
|
||
|
${DTRACETOOLKIT}/opensnoop \
|
||
|
${DTRACETOOLKIT}/procsystime \
|
||
|
|
||
|
SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
|
||
|
|
||
|
NO_OBJ=
|
||
|
|
||
|
.include <bsd.prog.mk>
|