diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
commit | 4b87e256eba51a8711c24fbae501ac7975b4ecd3 (patch) | |
tree | adab4bad12941ac757d7b0a586ab42b7d09b9817 /nest/Makefile | |
parent | f5ad9f87a389c1167a8468d0190bcf6d3cc33cf6 (diff) | |
download | bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.tar bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.zip |
Split off general commands to cmds.c.
Added `show symbols' command which dumps whole symbol table together
with symbol types etc.
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 69bc06c..b9cb69b 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ -source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c +source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c locks.c cmds.c root-rel=../ dir-name=nest |