0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-14 23:28:43 +00:00
bird/proto/snmp/Makefile
2022-08-02 16:06:00 +02:00

9 lines
198 B
Makefile

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