aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dwatch/Makefile
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-03-06 23:44:19 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-03-06 23:44:19 +0000
commit5bf5ca772c6de2d53344a78cf461447cc322ccea (patch)
treeab0c4b0990a9aefd15fd2abdbc89c632d9cf6b12 /cddl/usr.sbin/dwatch/Makefile
parentb3e8ee5d0576ecd1a5a008b8b68cdd68158a407f (diff)
downloadsrc-5bf5ca772c6de2d53344a78cf461447cc322ccea.tar.gz
src-5bf5ca772c6de2d53344a78cf461447cc322ccea.zip
Introduce dwatch(1) as a tool for making DTrace more useful
Reviewed by: markj, gnn, bdrewery (earlier version) Relnotes: yes Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D10006
Notes
Notes: svn path=/head/; revision=330559
Diffstat (limited to 'cddl/usr.sbin/dwatch/Makefile')
-rw-r--r--cddl/usr.sbin/dwatch/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dwatch/Makefile b/cddl/usr.sbin/dwatch/Makefile
new file mode 100644
index 000000000000..647f07388890
--- /dev/null
+++ b/cddl/usr.sbin/dwatch/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+SUBDIR= libexec
+
+.if ${MK_EXAMPLES} != "no"
+SUBDIR+= examples
+.endif
+
+SCRIPTS= dwatch
+
+MAN= dwatch.1
+
+.include <bsd.prog.mk>