bird/proto/rip/Makefile
Ondrej Zajicek (work) 8465dccb06 Major RIP redesign
The new RIP implementation fixes plenty of old bugs and also adds support
for many new features: ECMP support, link state support, BFD support,
configurable split horizon and more. Most options are now per-interface.
2015-10-05 13:18:10 +02:00

6 lines
79 B
Makefile

source=rip.c packets.c
root-rel=../../
dir-name=proto/rip
include ../../Rules