diff options
author | Martin Mares <mj@ucw.cz> | 1999-10-29 14:10:10 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-10-29 14:10:10 +0200 |
commit | 7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4 (patch) | |
tree | 8e2e7d110338803c8f81f7deab2ddb03f19d2bce /nest/Makefile | |
parent | b93abffae4ad5767625b35c9a09513e9d27a5256 (diff) | |
download | bird-7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4.tar bird-7d3aab1c1643e8b2bcff7f856e0d4455fa0ba4b4.zip |
First steps of the Command Line Interface: I/O routines.
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 d7689e0..5b6b414 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 +source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c password.c cli.c root-rel=../ dir-name=nest |