aboutsummaryrefslogtreecommitdiff
path: root/share/dtrace
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-06-19 15:49:31 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-06-19 15:49:31 +0000
commit79ac3c12a714bcd3f2354c52d948aed9575c46d6 (patch)
treec9309d49fb53a7f913f6fecce7f1aab4bfd559d1 /share/dtrace
parent395d907e61d11657176adef3bed997882e4aa580 (diff)
downloadsrc-79ac3c12a714bcd3f2354c52d948aed9575c46d6.tar.gz
src-79ac3c12a714bcd3f2354c52d948aed9575c46d6.zip
pkgbase: Put dtrace in its own package
While dtrace is usefull some people might not want it. Differential Revision: https://reviews.freebsd.org/D30752 Sponsored by: Diablotin Systems
Diffstat (limited to 'share/dtrace')
-rw-r--r--share/dtrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/dtrace/Makefile b/share/dtrace/Makefile
index 95e0b4fee4e3..45b173565796 100644
--- a/share/dtrace/Makefile
+++ b/share/dtrace/Makefile
@@ -6,6 +6,7 @@
.include <src.opts.mk>
+PACKAGE= dtrace
SCRIPTS= blocking \
disklatency \
disklatencycmd \