summaryrefslogtreecommitdiffstats
path: root/share/dtrace
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2015-06-30 18:23:08 +0000
committerhiren <hiren@FreeBSD.org>2015-06-30 18:23:08 +0000
commitc0c1372f368bd51e562b0c093f2f23cdeb12044e (patch)
treef32b80758c150a9c5c9b32123422bb2edd1299ab /share/dtrace
parenta503d4a154104ab423b21d9677afa7923122f4f5 (diff)
downloadFreeBSD-src-c0c1372f368bd51e562b0c093f2f23cdeb12044e.zip
FreeBSD-src-c0c1372f368bd51e562b0c093f2f23cdeb12044e.tar.gz
Add missing DTrace scripts that exist in the source tree to the Makefile for
install. While here, sort the list. Differential Revision: D2950 Submitted by: Jason Wolfe <j at nitrology.com> Reviewed by: gnn, markj, hiren Sponsored by: Limelight Networks
Diffstat (limited to 'share/dtrace')
-rw-r--r--share/dtrace/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/dtrace/Makefile b/share/dtrace/Makefile
index e4f69d4..11fd1af 100644
--- a/share/dtrace/Makefile
+++ b/share/dtrace/Makefile
@@ -15,11 +15,13 @@ _toolkit= toolkit
SCRIPTS= disklatency \
disklatencycmd \
hotopen \
+ nfsattrstats \
nfsclienttime \
- udptrack \
+ siftr \
+ tcpconn \
tcpstate \
tcptrack \
- tcpconn
+ udptrack
SCRIPTSDIR= ${SHAREDIR}/dtrace
OpenPOWER on IntegriCloud