History log of /netbsd-src/external/cddl/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 35823e73 17-Sep-2017 sevan <sevan@NetBSD.org>

Include scripts from the DTrace Toolkit if DTrace support is enabled.
The following scripts are installed:
dtruss - a DTrace version of truss.
execsnoop - snoop process execution as it occurs.
ope

Include scripts from the DTrace Toolkit if DTrace support is enabled.
The following scripts are installed:
dtruss - a DTrace version of truss.
execsnoop - snoop process execution as it occurs.
opensnoop - snoop file opens as they occur.
procsystime - print process system call time details.

ok riastradh

show more ...


# 1339b2cc 25-Mar-2014 ozaki-r <ozaki-r@NetBSD.org>

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they h

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

show more ...


# 84501f8f 25-Feb-2010 darran <darran@NetBSD.org>

DTrace: have DTrace build with out requiring MKZFS=yes.


# 5f7d5874 05-Oct-2009 haad <haad@NetBSD.org>

Add cddl directory to external build framework. build things from osnet dir
only when MKZFS variable is set.