diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd May 28, 2026 +.Dd June 27, 2026 .Dt SRC.CONF 5 .Os .Sh NAME @@ -679,11 +679,9 @@ with address and undefined behavior sanitizers. Requires that Clang be used as the base system compiler and that the runtime support library is available. -.It Va WITH_DTRACE_TESTS -Build and install the DTrace test suite in +.It Va WITHOUT_DTRACE_TESTS +Do not build and install the DTrace test suite in .Pa /usr/tests/cddl/usr.sbin/dtrace . -This test suite is considered experimental on architectures other than -amd64/amd64 and running it may cause system instability. .It Va WITHOUT_DYNAMICROOT Set this if you do not want to link .Pa /bin diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -88,6 +88,7 @@ DICT \ DMAGENT \ DTRACE \ + DTRACE_TESTS \ DYNAMICROOT \ EE \ EFI \ @@ -206,7 +207,6 @@ DIALOG \ DISK_IMAGE_TOOLS_BOOTSTRAP \ DTRACE_ASAN \ - DTRACE_TESTS \ HESIOD \ IPFILTER_IPFS \ LLVM_FULL_DEBUGINFO \ diff --git a/tools/build/options/WITHOUT_DTRACE_TESTS b/tools/build/options/WITHOUT_DTRACE_TESTS new file mode 100644 --- /dev/null +++ b/tools/build/options/WITHOUT_DTRACE_TESTS @@ -0,0 +1,2 @@ +Do not build and install the DTrace test suite in +.Pa /usr/tests/cddl/usr.sbin/dtrace . diff --git a/tools/build/options/WITH_DTRACE_TESTS b/tools/build/options/WITH_DTRACE_TESTS deleted file mode 100644 --- a/tools/build/options/WITH_DTRACE_TESTS +++ /dev/null @@ -1,4 +0,0 @@ -Build and install the DTrace test suite in -.Pa /usr/tests/cddl/usr.sbin/dtrace . -This test suite is considered experimental on architectures other than -amd64/amd64 and running it may cause system instability.