freebsd-src/share/dtrace/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

31 lines
462 B
Makefile

#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#
.include <src.opts.mk>
PACKAGE= dtrace
SCRIPTS= blocking \
disklatency \
disklatencycmd \
hotopen \
nfsattrstats \
nfsclienttime \
siftr \
tcpconn \
tcpdebug \
tcpstate \
tcptrack \
udptrack
SCRIPTSDIR= ${SHAREDIR}/dtrace
DSRCS= mbuf.d ipfw.d
FILES= ${DSRCS}
FILESDIR= /usr/lib/dtrace
FILESMODE= ${NOBINMODE}
.include <bsd.prog.mk>