Cleaning /bin /sbin

I thought that
Code:
make installworld
make check-old
make delete-old
make delete-old-libs

should clean /(s)bin.

Is there any command for doing this? Normally I do not put files there. I am just curious so I put one.
 
If there's nothing to remove the last two commands won't do anything.
 
check-old and related targets only look for specific outdated FreeBSD files to remove. See /usr/src/ObsoleteFiles.inc.
 
Back
Top