For some reason that I can't remember, I have /usr/src fully populated on my FreeBSD 11.3 machine at home. Never noticed it, until I ran the upgrade from 11.2 to 11.3 a few days ago. That's 140,000 files that I don't need, and which clog backup and waste time during upgrades. What's the clean way to remove them? Can I just do "rm -Rf /usr/src/* /usr/obj/*"? Without causing problems for future upgrades?