freebsd-dev/share/dtrace/toolkit/Makefile
Simon J. Gerraty 5b381db8cc Remove NO_OBJ
For meta mode we will want objdirs.

Differential Revision:	D2748
Reviewed by:	brooks imp
2015-06-11 04:22:17 +00:00

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>