diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-08-12 12:30:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-08-12 12:30:28 -0700 |
commit | 28f8ad95c20027f4b20fa57138343185f5bd08d0 (patch) | |
tree | bad54b48d9fc35054f00c15cf260f45cf57e1a37 /Makefile.am | |
parent | fa69d96c5958a579900600734549038ac12e93bc (diff) | |
download | vyatta-cfg-quagga-28f8ad95c20027f4b20fa57138343185f5bd08d0.tar.gz vyatta-cfg-quagga-28f8ad95c20027f4b20fa57138343185f5bd08d0.zip |
Remove the perl wrapper for vtysh (no longer needed).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6772ef77..753ee650 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ sbin_SCRIPTS = scripts/bgp/vyatta-bgp.pl sbin_SCRIPTS += scripts/policy/vyatta-policy.pl sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl -sbin_SCRIPTS += scripts/vyatta-vtysh.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl sbin_PROGRAMS = src/check_prefix_boundary |