diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2017-05-15 12:10:51 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2017-05-15 12:10:51 +0200 |
commit | f8d44b01df5d93681e116ccbff39cc4618632825 (patch) | |
tree | 5b9c3113353410a2f70347a61856f5d80ff5c6c4 /nest/Makefile | |
parent | 95639d957758cba04aeec7ef319c2de2a5ff52da (diff) |
Nest: split route show into separate file
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 d673cee5..884d3950 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ -src := a-path.c a-set.c cli.c cmds.c iface.c locks.c neighbor.c password.c proto.c rt-attr.c rt-dev.c rt-fib.c rt-table.c +src := a-path.c a-set.c cli.c cmds.c iface.c locks.c neighbor.c password.c proto.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c obj := $(src-o-files) $(all-daemon) $(cf-local) |