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

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