Makefile revision 294888
1# $FreeBSD: stable/10/share/dtrace/Makefile 294888 2016-01-27 05:04:17Z dteske $
2#
3# Hand installing our scripts and optionally (based on MK_CDDL) installing
4# the DTraceToolkit.
5#
6
7.include <bsd.own.mk>
8
9SUBDIR= ${_toolkit}
10
11.if ${MK_CDDL} != "no"
12_toolkit=	toolkit
13.endif
14
15SCRIPTS=	nfsclienttime hotopen \
16		watch_execve \
17		watch_kill \
18		watch_vop_remove
19
20SCRIPTSDIR= ${SHAREDIR}/dtrace
21
22NO_OBJ=
23
24.include <bsd.prog.mk>
25