mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 10:11:53 +00:00
aa14b546b8
The first iteration of MIB tree with tests.
10 lines
263 B
Makefile
10 lines
263 B
Makefile
src := snmp.c snmp_utils.c subagent.c bgp_mib.c mib_tree.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
$(call proto-build,snmp_build)
|
|
|
|
tests_src := snmp_test.c
|
|
tests_targets := $(tests_targets) $(tests-target-files)
|
|
tests_objs := $(tests_objs) $(src-o-files)
|