summaryrefslogtreecommitdiffstats
path: root/nest/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-15 09:54:32 +0200
committerMartin Mares <mj@ucw.cz>1998-05-15 09:54:32 +0200
commit62aa008abd627c6862310daf65ffd337a920bdbb (patch)
treed5449fdb5f68d6cd76762f535250789871da5308 /nest/Makefile
parent18c8241a91bd9208879666f1a1a13f454e66d75b (diff)
downloadbird-62aa008abd627c6862310daf65ffd337a920bdbb.tar
bird-62aa008abd627c6862310daf65ffd337a920bdbb.zip
Parts of routing table code. Data structure declarations should be
complete now.
Diffstat (limited to 'nest/Makefile')
-rw-r--r--nest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile
index d6c0e6e..f066fdf 100644
--- a/nest/Makefile
+++ b/nest/Makefile
@@ -1,3 +1,4 @@
-OBJS=main.o
+THISDIR=nest
+OBJS=rt-table.o rt-fib.o
include $(TOPDIR)/Rules