opnsense-src/share/dtrace/toolkit/Makefile

16 lines
334 B
Makefile
Raw Normal View History

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