0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

SNMP: Minor changes

This commit is contained in:
Vojtech Vilimek 2024-08-16 11:20:10 +02:00
parent f22dd17634
commit 6e95cc521e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
S snmp.c
S subagent.c
S snmp_utils.c
S mib_tree.c
S bgp4_mib.c

View File

@ -1,4 +1,4 @@
src := snmp.c snmp_utils.c subagent.c bgp4_mib.c mib_tree.c
src := snmp.c snmp_utils.c subagent.c mib_tree.c bgp4_mib.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)