diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-18 11:16:37 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-18 11:16:37 -0700 |
commit | c38f1d8ace7ba12d05954ab3374f3bbea6c13d46 (patch) | |
tree | fc4824137889159bb3423a34fd02dbaadb104dc9 /Makefile.am | |
download | vyatta-cfg-quagga-c38f1d8ace7ba12d05954ab3374f3bbea6c13d46.tar.gz vyatta-cfg-quagga-c38f1d8ace7ba12d05954ab3374f3bbea6c13d46.zip |
initial import of systel-level scripts from fairfield/xorp and
ofr-eureka/rl-system.
(this is the "mess-with-your-system-config" package.)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..5d3ebe15 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +bin_SCRIPTS = +sbin_SCRIPTS = + +bin_SCRIPTS += scripts/progress-indicator +bin_SCRIPTS += scripts/vyatta-functions +sbin_SCRIPTS += scripts/rl-system.init +sbin_SCRIPTS += scripts/install-system +sbin_SCRIPTS += scripts/quick-install +sbin_SCRIPTS += scripts/standalone_root_pw_reset + |