0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00
bird/proto/snmp/Makefile

10 lines
252 B
Makefile
Raw Normal View History

src := snmp.c snmp_utils.c subagent.c bgp_mib.c
2022-08-01 11:01:49 +00:00
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
2022-08-10 15:31:32 +00:00
$(call proto-build,snmp_build)
2022-08-01 11:01:49 +00:00
2022-11-05 15:29:00 +00:00
tests_src := snmp_test.c
tests_targets := $(tests_targets) $(tests-target-files)
2022-08-01 11:01:49 +00:00
tests_objs := $(tests_objs) $(src-o-files)