diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-26 23:42:05 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-26 23:42:05 +0200 |
commit | 8a48ecb8b15e827f779d4b9fb080dff280b99872 (patch) | |
tree | 539024c093f36859ca9c9fae37add38ac9731feb /nest/Makefile | |
parent | b1487ee909ebd4cfc59f30d3678cb6667d4a72c8 (diff) | |
download | bird-8a48ecb8b15e827f779d4b9fb080dff280b99872.tar bird-8a48ecb8b15e827f779d4b9fb080dff280b99872.zip |
Implemented scanning of network interfaces. Mostly very ugly code due to
terrible kernel interface (SIOGIFCONF and friends).
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 0a9d5fe..aaa0c2a 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 +OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o include ../Rules |