4d37a12307
to the build system. FreeBSD written scripts are stored in src/share and the toolkit scripts are brought from the cddl directory into a working tree via install. MFC after: 2 weeks
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>
|