freebsd-dev/share/dtrace/Makefile
2015-03-08 04:29:41 +00:00

29 lines
394 B
Makefile

# $FreeBSD$
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#
.include <src.opts.mk>
SUBDIR= ${_toolkit}
.if ${MK_CDDL} != "no"
_toolkit= toolkit
.endif
SCRIPTS= disklatency \
disklatencycmd \
hotopen \
nfsclienttime \
udptrack \
tcpstate \
tcptrack \
tcpconn
SCRIPTSDIR= ${SHAREDIR}/dtrace
NO_OBJ=
.include <bsd.prog.mk>