1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
labs-bird/nest/Makefile
Martin Mares c5ffa44759 Skeleton of device route protocol. As it's tightly coupled with our kernel,
it sits here instead of `proto/dev'.
1998-06-03 08:42:16 +00:00

5 lines
91 B
Makefile

THISDIR=nest
OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o rt-dev.o
include ../Rules