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

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