summaryrefslogtreecommitdiff
path: root/proto/bgp/Makefile
blob: f6a38678323576c646949a432d2be65ac9f1eabf (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)