Index: head/share/dtrace/Makefile =================================================================== --- head/share/dtrace/Makefile (revision 284963) +++ head/share/dtrace/Makefile (revision 284964) @@ -1,28 +1,30 @@ # $FreeBSD$ # # Hand installing our scripts and optionally (based on MK_CDDL) installing # the DTraceToolkit. # .include SUBDIR= ${_toolkit} .if ${MK_CDDL} != "no" _toolkit= toolkit .endif SCRIPTS= disklatency \ disklatencycmd \ hotopen \ + nfsattrstats \ nfsclienttime \ - udptrack \ + siftr \ + tcpconn \ tcpstate \ tcptrack \ - tcpconn + udptrack SCRIPTSDIR= ${SHAREDIR}/dtrace NO_OBJ= .include