freebsd-skq/share/dtrace/toolkit/Makefile
John-Mark Gurney a0e793cbf1 make the README a bit more clearer...
Sort the scripts, and remove the trailing backslash...

We really should install more of the toolkit scripts than just 5 of them..
2014-08-09 20:25:17 +00:00

18 lines
343 B
Makefile

#$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
NO_OBJ=
.include <bsd.prog.mk>