diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2026-07-12 14:15:29 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2026-07-12 14:15:29 +0000 |
| commit | f72cfefae99befe47fefc4683cd6957edaaf0e86 (patch) | |
| tree | 0cc2480f87ab0b6bd0e92e2340afde9f0e317a3a | |
| parent | 62e22d7cfc1ca1c25bede6aaeca370c163a9a1ef (diff) | |
Add a few missed files to ObsoleteFiles.inc
There were still some left-over files under usr/tests/gnu/usr.bin/diff,
causing the directory to not be fully removed. Add these to OLD_FILES.
Fixes: 134a4c78d070
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ce7ef62c0da9..79c59baf188d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -58,6 +58,10 @@ OLD_FILES+=usr/tests/sys/kern/sendfile_helper OLD_FILES+=usr/tests/gnu/Kyuafile OLD_FILES+=usr/tests/gnu/lib/Kyuafile OLD_DIRS+=usr/tests/gnu/lib +OLD_FILES+=usr/tests/gnu/usr.bin/diff/d_mallocv1.in +OLD_FILES+=usr/tests/gnu/usr.bin/diff/d_mallocv2.in +OLD_FILES+=usr/tests/gnu/usr.bin/diff/diff_test +OLD_FILES+=usr/tests/gnu/usr.bin/diff/Kyuafile OLD_DIRS+=usr/tests/gnu/usr.bin/diff OLD_FILES+=usr/tests/gnu/usr.bin/Kyuafile OLD_DIRS+=usr/tests/gnu/usr.bin |
