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

8 lines
158 B
Makefile
Raw Normal View History

2022-09-30 07:36:09 +00:00
src := snmp.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
tests_objs := $(tests_objs) $(src-o-files)