18 lines
345 B
Makefile
Raw Normal View History

#$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>