diff options
author | Martin Mares <mj@ucw.cz> | 1998-06-03 10:42:16 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-06-03 10:42:16 +0200 |
commit | c5ffa447598bc24cf1b674553bc4d3cc80a831d1 (patch) | |
tree | b08cb3d4e9910a28e0abbc5d9d650168035edff9 /nest/Makefile | |
parent | d9f330c5ffe03c05b7e6541a06adac657f24407b (diff) | |
download | bird-c5ffa447598bc24cf1b674553bc4d3cc80a831d1.tar bird-c5ffa447598bc24cf1b674553bc4d3cc80a831d1.zip |
Skeleton of device route protocol. As it's tightly coupled with our kernel,
it sits here instead of `proto/dev'.
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile index aaa0c2a..3990a89 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ THISDIR=nest -OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o +OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o rt-dev.o include ../Rules |