diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-20 13:54:33 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-20 13:54:33 +0200 |
commit | 2326b001d6f28e69b88c3c19795d8c0999f07db1 (patch) | |
tree | ec18cb858431ebd1953136b3e8c3de7d84c501ae /nest/Makefile | |
parent | 3994080eb1a86f085498bee1f36cbdb52b30191d (diff) | |
download | bird-2326b001d6f28e69b88c3c19795d8c0999f07db1.tar bird-2326b001d6f28e69b88c3c19795d8c0999f07db1.zip |
Added routing table and routing attribute code.
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/Makefile b/nest/Makefile index f066fdf..0a9d5fe 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ THISDIR=nest -OBJS=rt-table.o rt-fib.o +OBJS=rt-table.o rt-fib.o rt-attr.o proto.o -include $(TOPDIR)/Rules +include ../Rules |