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-01 13:01:49 +02:00

8 lines
137 B
Makefile

src := snmp.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,snmp_build)
tests_objs := $(tests_objs) $(src-o-files)