The default value of LOCALBASE (/usr/local) has been added to paths.h as _PATH_LOCALBASE in an earlier commit.
This allows to remove 19 direct uses of /usr/local in C sources in the base system and to replace them with references to this macro.
This patch is meant as an initial step of removing literal uses of /usr/local from base (except for the definition in a single place, which could then be made depend on the LOCALBASE definition in src/Makefile.inc1).
It does not modify:
- C sources in contrib or sys/contrib
- comments in sources, man-pages, and references in text files/documentation
- configuration files
There is no functional change, all binaries created are unmodified (as long as _PATH_LOCALBASE is not changed)