diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-04-22 21:09:25 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-24 20:45:13 +0000 |
| commit | 944a4de2d2114954599d8220e87f09e9102f55d3 (patch) | |
| tree | 2dc944e54d288fc645609e5e38b3942360a88a98 | |
| parent | 93d301d95ab230ea159b21b5412aac2ce5362ac5 (diff) | |
Remove `cam.d` when MK_DTRACE == no
MFC with: efb77950fdd
Fixes: efb77950fdd ("dtrace: Add definitiosn for the cam dtrace provider")
Differential Revision: https://reviews.freebsd.org/D56588
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 35ee7d094240..0b8d94093588 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1505,6 +1505,7 @@ OLD_LIBS+=lib/libdtrace.so.2 OLD_FILES+=usr/bin/ctfconvert OLD_FILES+=usr/bin/ctfdump OLD_FILES+=usr/bin/ctfmerge +OLD_FILES+=usr/lib/dtrace/cam.d OLD_FILES+=usr/lib/dtrace/drti.o OLD_FILES+=usr/lib/dtrace/errno.d OLD_FILES+=usr/lib/dtrace/io.d |
