]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/dtrace/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / dtrace / Makefile
1 # $FreeBSD$
2 #
3 # Hand installing our scripts and optionally (based on MK_CDDL) installing
4 # the DTraceToolkit.
5 #
6
7 .include <bsd.own.mk>
8
9 SUBDIR= ${_toolkit}
10
11 .if ${MK_CDDL} != "no"
12 _toolkit=       toolkit
13 .endif
14
15 SCRIPTS=        nfsclienttime hotopen
16
17 SCRIPTSDIR= ${SHAREDIR}/dtrace
18
19 NO_OBJ=
20
21 .include <bsd.prog.mk>