mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
Sort the scripts, and remove the trailing backslash... We really should install more of the toolkit scripts than just 5 of them..
17 lines
343 B
Makefile
17 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>
|