5b381db8cc
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
16 lines
334 B
Makefile
16 lines
334 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
|
|
|
|
.include <bsd.prog.mk>
|