Commit 1f8f7f26 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated autossh to 1.4g

parent e3b0c1de
all:
tar xf autossh-1.4e.tgz
cd autossh-1.4e && ./configure --prefix=/usr
$(MAKE) -C autossh-1.4e
$(MAKE) -C autossh-1.4e install
rm -rf autossh-1.4e
tar xf autossh-1.4g.tgz
cd autossh-1.4g && ./configure --prefix=/usr
$(MAKE) -C autossh-1.4g
$(MAKE) -C autossh-1.4g install
rm -rf autossh-1.4g
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment