diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-20 12:01:41 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 11:46:30 -0800 |
commit | 558d719e47bdc01454321eab142857775403e545 (patch) | |
tree | a39c9c6caa21dcdb0b102729e12403245e280f47 /Makefile.am | |
parent | 6298508485f7f78a7a827716a35001b074d47b21 (diff) | |
download | vyatta-cfg-558d719e47bdc01454321eab142857775403e545.tar.gz vyatta-cfg-558d719e47bdc01454321eab142857775403e545.zip |
Remove unused net_set
Part of earlier effort to use less sudo. Not currently used.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5d30019..c848034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,6 @@ sbin_PROGRAMS += src/my_commit sbin_PROGRAMS += src/exe_action sbin_PROGRAMS += src/dump sbin_PROGRAMS += src/check_tmpl -sbin_PROGRAMS += src/net_set sbin_PROGRAMS += src/my_cli_bin sbin_PROGRAMS += src/my_cli_shell_api @@ -80,7 +79,6 @@ src_my_commit_SOURCES = src/commit2.c src_exe_action_SOURCES = src/exe_action.c src_dump_SOURCES = src/dump_session.c src_check_tmpl_SOURCES = src/check_tmpl.c -src_net_set_SOURCES = src/net_set.c src_my_cli_bin_SOURCES = src/cli_bin.cpp src_my_cli_shell_api_SOURCES = src/cli_shell_api.cpp |