5bf5ca772c
Reviewed by: markj, gnn, bdrewery (earlier version) Relnotes: yes Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D10006
31 lines
451 B
Makefile
31 lines
451 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Hand installing our scripts and optionally (based on MK_CDDL) installing
|
|
# the DTraceToolkit.
|
|
#
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SCRIPTS= blocking \
|
|
disklatency \
|
|
disklatencycmd \
|
|
hotopen \
|
|
nfsattrstats \
|
|
nfsclienttime \
|
|
siftr \
|
|
tcpconn \
|
|
tcpdebug \
|
|
tcpstate \
|
|
tcptrack \
|
|
udptrack
|
|
|
|
SCRIPTSDIR= ${SHAREDIR}/dtrace
|
|
|
|
DSRCS= mbuf.d
|
|
|
|
FILES= ${DSRCS}
|
|
FILESDIR= /usr/lib/dtrace
|
|
FILESMODE= ${NOBINMODE}
|
|
|
|
.include <bsd.prog.mk>
|