mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-14 23:28:43 +00:00
9 lines
198 B
Makefile
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)
|