summaryrefslogtreecommitdiffstats
path: root/nest/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-06-03 10:42:16 +0200
committerMartin Mares <mj@ucw.cz>1998-06-03 10:42:16 +0200
commitc5ffa447598bc24cf1b674553bc4d3cc80a831d1 (patch)
treeb08cb3d4e9910a28e0abbc5d9d650168035edff9 /nest/Makefile
parentd9f330c5ffe03c05b7e6541a06adac657f24407b (diff)
downloadbird-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/Makefile2
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