]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add build infrastructure for libbsnmp and the modules. Add the
authorHartmut Brandt <harti@FreeBSD.org>
Mon, 10 Nov 2003 09:17:34 +0000 (09:17 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Mon, 10 Nov 2003 09:17:34 +0000 (09:17 +0000)
commit259ee3d78efad4925d61cb8ab3b25539ee761e00
treea08fe72c1c59801d1df8d9afd531f364b1035c43
parent1c67439671babb1084b9f3d0d7950446fcaf5329
Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.
29 files changed:
lib/libbsnmp/Makefile [new file with mode: 0644]
lib/libbsnmp/Makefile.inc [new file with mode: 0644]
lib/libbsnmp/libbsnmp/Makefile [new file with mode: 0644]
lib/libbsnmp/modules/Makefile [new file with mode: 0644]
lib/libbsnmp/modules/Makefile.inc [new file with mode: 0644]
lib/libbsnmp/modules/snmp_mibII/Makefile [new file with mode: 0644]
lib/libbsnmp/modules/snmp_mibII/genfiles [new file with mode: 0644]
lib/libbsnmp/modules/snmp_mibII/mibII_oid.h [new file with mode: 0644]
lib/libbsnmp/modules/snmp_mibII/mibII_tree.c [new file with mode: 0644]
lib/libbsnmp/modules/snmp_mibII/mibII_tree.h [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/Makefile [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/genfiles [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/netgraph_oid.h [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/netgraph_tree.c [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/netgraph_tree.def [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/netgraph_tree.h [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.c [new file with mode: 0644]
lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.h [new file with mode: 0644]
usr.sbin/bsnmpd/modules/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/modules/Makefile.inc [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_mibII/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/netgraph_tree.def [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c [new file with mode: 0644]
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h [new file with mode: 0644]