]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - share/dtrace/Makefile
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.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                 watch_execve \
17                 watch_kill \
18                 watch_vop_remove
19
20 SCRIPTSDIR= ${SHAREDIR}/dtrace
21
22 NO_OBJ=
23
24 .include <bsd.prog.mk>