head	1.2;
access;
symbols
	RELENG_9:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.50.30;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.05.18.16.40.15;	author gnn;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.01.50.30;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2013.06.13.19.01.57;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@#$FreeBSD: head/share/dtrace/toolkit/Makefile 235613 2012-05-18 16:40:15Z gnn $
#
# Install scripts from the DTraceToolkit
#
DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit

SCRIPTS=	${DTRACETOOLKIT}/execsnoop \
		${DTRACETOOLKIT}/hotuser   \
		${DTRACETOOLKIT}/hotkernel \
		${DTRACETOOLKIT}/opensnoop \
		${DTRACETOOLKIT}/procsystime \

SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit

NO_OBJ=

.include <bsd.prog.mk>
@


1.2.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-06-13 19:01:57 +0000
@
text
@d1 17
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251697
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 17
#$FreeBSD: stable/9/share/dtrace/toolkit/Makefile 235613 2012-05-18 16:40:15Z gnn $
#
# Install scripts from the DTraceToolkit
#
DTRACETOOLKIT= ../../../cddl/contrib/dtracetoolkit

SCRIPTS=	${DTRACETOOLKIT}/execsnoop \
		${DTRACETOOLKIT}/hotuser   \
		${DTRACETOOLKIT}/hotkernel \
		${DTRACETOOLKIT}/opensnoop \
		${DTRACETOOLKIT}/procsystime \

SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit

NO_OBJ=

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 235613 on 2012-05-18 16:40:15Z by gnn

Add support for our own DTrace scripts and those from the DTraceToolkit
to the build system.  FreeBSD written scripts are stored in
src/share and the toolkit scripts are brought from the cddl directory
into a working tree via install.

MFC after:	2 weeks
@
text
@d1 1
a1 1
#$FreeBSD$
@

