mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
We should keep the clibs package as small as possible. Currently it
contains some "extra" libraries, but this isn't a good argument for
adding more stuff. Move it to the utilities package (the default for
bsd.lib.mk consumers), since libutil++ is an INTERNALLIB and thus only
installs man pages, so therefore doesn't need to be in FreeBSD-runtime.
Requested by: kib
Reviewed by: ivy, des
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| freebsd::addrinfo_up.3 | ||
| freebsd::fd_up.3 | ||
| freebsd::FILE_up.3 | ||
| freebsd::malloc_up.3 | ||
| freebsd::nvlist_up.3 | ||
| freebsd::pidfile.3 | ||
| freebsd::stringf.3 | ||
| libutil++.hh | ||
| Makefile | ||
| stringf.cc | ||