From c0c1372f368bd51e562b0c093f2f23cdeb12044e Mon Sep 17 00:00:00 2001 From: hiren Date: Tue, 30 Jun 2015 18:23:08 +0000 Subject: 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 Reviewed by: gnn, markj, hiren Sponsored by: Limelight Networks --- share/dtrace/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'share/dtrace') 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 -- cgit v1.1