mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-13 22:58:42 +00:00
a0edbf88e4
The protocol was created as a copy of pipe protocol. Many things left unchanged.
8 lines
139 B
Makefile
8 lines
139 B
Makefile
src := stats.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
$(call proto-build,stats_build)
|
|
|
|
tests_objs := $(tests_objs) $(src-o-files)
|