diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 17:04:09 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 17:04:09 -0700 |
commit | ee7a0bb124bf9b33e3263c3330fccba98f3d0189 (patch) | |
tree | 2618a8da31c15b20656f1d17672124705c57e499 /Makefile.am | |
parent | 796460d8696981a26c4ad271b9ce2e1962aa23fc (diff) | |
download | vyatta-op-ee7a0bb124bf9b33e3263c3330fccba98f3d0189.tar.gz vyatta-op-ee7a0bb124bf9b33e3263c3330fccba98f3d0189.zip |
add show_interfaces scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 83419df..87c323d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,14 @@ 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 + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |