bird/proto/bgp/Makefile
2022-08-18 22:07:30 +02:00

7 lines
123 B
Makefile

src := attrs.c bgp.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
tests_objs := $(tests_objs) $(src-o-files)