diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-04-23 12:48:18 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-04-23 12:48:18 -0700 |
commit | 1d0cd8922bab1d8d53b886b8287baeb22979d087 (patch) | |
tree | f01a00eb1e79279a06395a9d718508015da3a18b /Makefile.am | |
parent | 17e28be540ef15c57d11b07cb8b9ad1365163078 (diff) | |
download | vyatta-op-1d0cd8922bab1d8d53b886b8287baeb22979d087.tar.gz vyatta-op-1d0cd8922bab1d8d53b886b8287baeb22979d087.zip |
Initial addition of image op mode tools
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7ad4452..9cc17b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,8 +31,10 @@ bin_SCRIPTS += scripts/show-image-storage.pl bin_SCRIPTS += scripts/vyatta-remote-copy.pl bin_SCRIPTS += scripts/vyatta-show-current-user bin_SCRIPTS += scripts/tech-support-archive +bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl +sbin_SCRIPTS = scripts/vyatta-image-tools.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |