summaryrefslogtreecommitdiff
path: root/proto/bgp/Makefile
blob: 2a4cc99ca06116643f96800694d4831d0dccd009 (plain)
1
2
3
4
5
6
7
src := attrs.c bgp.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,bgp_build)

tests_objs := $(tests_objs) $(src-o-files)