0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-10 19:11:54 +00:00
bird/proto/igmp/Makefile

7 lines
116 B
Makefile
Raw Normal View History

2016-05-27 00:40:30 +00:00
src := igmp.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
2018-03-11 23:15:13 +00:00
tests_objs := $(tests_objs) $(src-o-files)