mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-12 22:28:44 +00:00
10 lines
264 B
Makefile
10 lines
264 B
Makefile
src := snmp.c snmp_utils.c subagent.c mib_tree.c bgp4_mib.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)
|