diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:19:32 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:19:32 -0700 |
commit | b47d02e999233cb8b87b7dbc62a28a6a1701aa69 (patch) | |
tree | 6f3f631f738f3243b34b59daf93bdf7c3065544a /Makefile.am | |
parent | fa664ff802d73743bfa6bf37acdd2c66060b4fd9 (diff) | |
download | vyatta-op-b47d02e999233cb8b87b7dbc62a28a6a1701aa69.tar.gz vyatta-op-b47d02e999233cb8b87b7dbc62a28a6a1701aa69.zip |
consolidate show_interfaces* scripts with vyatta-show-interfaces
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 2bf1de3..65b0a7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,7 @@ completiondir = /etc/bash_completion.d completion_DATA = etc/bash_completion.d/vyatta-op opdir = $(datadir)/vyatta-op/templates -bin_SCRIPTS = scripts/show_interfaces -bin_SCRIPTS += scripts/show_interfaces_ethernet -bin_SCRIPTS += scripts/show_interfaces_loopback -bin_SCRIPTS += scripts/show_interfaces_statistics -bin_SCRIPTS += scripts/show_interfaces_summary -bin_SCRIPTS += scripts/show_interfaces_system -bin_SCRIPTS += scripts/show_interfaces_tunnel +bin_SCRIPTS = scripts/vyatta-show-interfaces bin_SCRIPTS += scripts/show_version cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ |