1# $FreeBSD: stable/9/share/dtrace/Makefile 251697 2013-06-13 18:47:53Z gnn $ 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 17SCRIPTSDIR= ${SHAREDIR}/dtrace 18 19NO_OBJ= 20 21.include <bsd.prog.mk> 22