a0e793cbf1
Sort the scripts, and remove the trailing backslash... We really should install more of the toolkit scripts than just 5 of them..
18 lines
343 B
Makefile
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>
|