summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/tools/bsnmptools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r311174:ngie2017-02-041-1/+3
| | | | | | | | | | | | | Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIB Although it increases the size of the bsnmp{get,set,walk} binaries by four on my [amd64] system, it removes the need for producing .debug files, profiled libraries, and for installing the library itself, reducing the overall size use on disk by the utilities noted previously. Plus, it guards against ABI/API compatibility issues with the library as it's only used internal to the tools themselves.
* bsnmptools does not depends on libcryptobapt2015-04-091-4/+0
|
* Convert usr.sbin to LIBADDbapt2014-11-251-5/+2
| | | | Reduce overlinking
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Unbreak "make installworld" w/ DESTDIR specifiedsyrinx2010-12-091-2/+2
| | | | PR : kern/152939
* Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.syrinx2010-12-081-0/+28
Sponsored by: The FreeBSD Foundation (the SNMPv3 bits), Google Summer of Code 2005 Reviewed by: philip@ (mostly), bz@ (earlier version based on p4 ch124545) Approved by: philip@
OpenPOWER on IntegriCloud