OptionalObsoleteFiles.inc updates

From: Johan Hendriks <joh.hendriks_at_gmail.com>
Date: Fri, 01 Jul 2022 16:02:32 UTC
When running make-delete-old on 14-Current i noticed the following:

[ /usr/src ] > make delete-old
 >>> Removing old files (only deletes safe to delete libs)
 >>> Old files removed
 >>> Removing old directories

rmdir: /usr/share/sendmail/cf/feature: Directory not empty
rmdir: /usr/share/sendmail/cf: Directory not empty
rmdir: /usr/share/sendmail: Directory not empty
 >>> Old directories removed


If we do a list of that directory we still see some files.

[ /usr/src ] > ls -al /usr/share/sendmail/cf/feature
total 23
drwxr-xr-x  2 root  wheel    5 May 31 10:30 ./
drwxr-xr-x  3 root  wheel    3 May 31 10:30 ../
-r--r--r--  1 root  wheel  510 May  5 12:50 blocklist_recipients.m4
-r--r--r--  1 root  wheel  424 May  5 12:50 check_cert_altnames.m4
-r--r--r--  1 root  wheel  395 May  5 12:50 tls_failures.m4

I did see an old bug report that already noticed this and some other files.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254144

Can this file be patched?

regards
Johan Hendriks