0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-13 22:58:42 +00:00
bird/proto/snmp/Makefile

10 lines
264 B
Makefile
Raw Permalink Normal View History

2024-08-16 09:20:10 +00:00
src := snmp.c snmp_utils.c subagent.c mib_tree.c bgp4_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)