0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-14 15:18:44 +00:00
bird/proto/snmp/Makefile

9 lines
198 B
Makefile
Raw Normal View History

src := snmp.c bgp_mib.c subagent.c
2022-08-01 11:01:49 +00:00
obj := $(src-o-files)
LIBS += `net-snmp-config --agent-libs`
2022-08-01 11:01:49 +00:00
$(all-daemon)
$(cf-local)
$(call proto-build,snmp_build_)
2022-08-01 11:01:49 +00:00
tests_objs := $(tests_objs) $(src-o-files)