head	1.3;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.50.30;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.07.20.23.56.23;	author gnn;	state Exp;
branches;
next	1.1;

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

1.3.2.1
date	2012.11.17.01.50.30;	author svnexp;	state dead;
branches;
next	1.3.2.2;

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


desc
@@


1.3
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/share/dtrace/Makefile 238660 2012-07-20 23:56:23Z gnn $
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#

.include <bsd.own.mk>

SUBDIR= ${_toolkit}

.if ${MK_CDDL} != "no"
_toolkit=	toolkit
.endif

SCRIPTS=	nfsclienttime hotopen

SCRIPTSDIR= ${SHAREDIR}/dtrace

NO_OBJ=

.include <bsd.prog.mk>
@


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


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251697
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 21
# $FreeBSD: stable/9/share/dtrace/Makefile 251697 2013-06-13 18:47:53Z gnn $
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#

.include <bsd.own.mk>

SUBDIR= ${_toolkit}

.if ${MK_CDDL} != "no"
_toolkit=	toolkit
.endif

SCRIPTS=	nfsclienttime hotopen

SCRIPTSDIR= ${SHAREDIR}/dtrace

NO_OBJ=

.include <bsd.prog.mk>
@


1.2
log
@SVN rev 238660 on 2012-07-20 23:56:23Z by gnn

Add a new script, hotopen, which shows what uid is opening files
on a per second basis.  While here clean up the Makefile as well.

MFC after:	1 week
@
text
@d1 1
a1 1
# $FreeBSD$
@


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
@d15 1
a15 1
SCRIPTS=	nfsclienttime
d17 1
a17 1
SCRIPTSDIR= ${SHAREDIR}/dtrace/
@

