freebsd-dev/cddl/usr.sbin
Robert Millan 3536206713 Fix a few gratuitous library dependencies. Some of the ZFS utilities
are linked with libraries they don't use:

 - zinject doesn't use libavl
 - ztest doesn't use libz
 - zdb uses neither libavl nor libz
 - zfs uses neither libbsdxml nor libm, nor libsbuf
 - zpool uses neither libbsdxml nor libm, nor libsbuf

In addition, libzfs needs libm because it uses pow(), however it isn't
linked with -lm.  This went unnoticed because all its users had -lm before.

Reviewed by:	pjd, mm
Approved by:	kib (mentor)
MFC after:	1 week
2011-10-30 16:29:04 +00:00
..
dtrace dtrace(1) now depends on libutil and librtld_db. 2010-07-31 17:09:37 +00:00
dtruss Add a man page for dtruss. 2010-08-26 11:45:39 +00:00
lockstat lockstat(1) now depends on libutil and librtld_db. 2010-07-31 17:58:44 +00:00
plockstat Minor grammar fixes. 2010-09-21 21:07:46 +00:00
zdb Fix a few gratuitous library dependencies. Some of the ZFS utilities 2011-10-30 16:29:04 +00:00
Makefile Install dtruss. 2010-08-26 11:46:38 +00:00
Makefile.inc