From c5ffa447598bc24cf1b674553bc4d3cc80a831d1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 3 Jun 1998 08:42:16 +0000 Subject: Skeleton of device route protocol. As it's tightly coupled with our kernel, it sits here instead of `proto/dev'. --- nest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/Makefile') 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 -- cgit v1.2.3