aboutsummaryrefslogtreecommitdiff
path: root/lib/libbsnmp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing src.opts.mk includeBrooks Davis2020-11-131-0/+2
| | | | | | | | | | | | This was missed in r364221 so tests were not built. Reviewed by: bdrewery Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D27210 Notes: svn path=/head/; revision=367655
* Add test to for FreeBSD-SA-19:20.bsnmpBryan Drewery2020-08-131-0/+1
| | | | | | | | | | Submitted by: Darrick Lew <darrick.freebsd at gmail.com> Reviewed by: cem Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D26037 Notes: svn path=/head/; revision=364221
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.Hartmut Brandt2005-03-141-1/+1
| | | | | | | | These modules are modules for the daemon, not for the library so they should be where the daemon is. Notes: svn path=/head/; revision=143601
* Clean up makefiles.Ruslan Ermilov2004-01-191-1/+1
| | | | | | | Reviewed by: harti Notes: svn path=/head/; revision=124726
* Add build infrastructure for libbsnmp and the modules. Add theHartmut Brandt2003-11-101-0/+5
netgraph module for the SNMP daemon. Notes: svn path=/head/; revision=122405