efe6ebd526
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. MFC after: 3 weeks
12 lines
183 B
Makefile
12 lines
183 B
Makefile
# $FreeBSD$
|
|
# Author: Shteryana Shopova <syrinx@FreeBSD.org>
|
|
|
|
SUBDIR= libbsnmptools \
|
|
bsnmptools
|
|
|
|
SUBDIR_DEPEND_bsnmptools= libbsnmptools
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|