freebsd-nq/share/dtrace/toolkit/Makefile
George V. Neville-Neil 4d37a12307 Add support for our own DTrace scripts and those from the DTraceToolkit
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
2012-05-18 16:40:15 +00:00

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>