summaryrefslogtreecommitdiffstats
path: root/share/dtrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/dtrace/Makefile')
-rw-r--r--share/dtrace/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/share/dtrace/Makefile b/share/dtrace/Makefile
new file mode 100644
index 0000000..71f1e4e
--- /dev/null
+++ b/share/dtrace/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+#
+# 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
+
+SCRIPTSDIR= ${SHAREDIR}/dtrace/
+
+NO_OBJ=
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud