freebsd-dev/tools
Mike Smith 1b56bb4ca7 LibraryReport is a Tcl script that attempts to report on the status of
shared libraries in the system.

It locates libraries using the output of 'ldconfig -r' to find
directories containing libraries, and then performs a recursive
descent of the entire filesystem heirachy looking for dynamically
linked executables and recording the libraries that they use.

After scanning, a report is produced listing used libraries and the
executable(s) that use them, and seperately listing unused libraries.
1997-01-02 03:49:35 +00:00
..
3.0-upgrade Start collecting transition tools for upgrading a system to 3.0. 1996-12-16 16:12:35 +00:00
diag README reads: 1995-10-15 11:27:15 +00:00
LibraryReport LibraryReport is a Tcl script that attempts to report on the status of 1997-01-02 03:49:35 +00:00
regression Make it at least semi-worked 1996-08-11 18:08:53 +00:00
test Update this to match my version. 1996-10-26 08:22:09 +00:00
tools epfe - extract printing filter examples from printing.sgml 1996-12-28 16:24:57 +00:00
README README reads: 1995-10-15 11:26:49 +00:00

This directory tree contains tools used for the maintenance of FreeBSD.
There are no Makefile structure, but possibly Makefiles in some of the
subdirs.
Nothing show be installed from here and into the running system.
This directory should contain only subdirs and this file.