# Note: depends on openssl
# Point-to-Point Protocol (PPP) tools

wget -c http://ftp.samba.org/pub/ppp/ppp-2.4.8.tar.gz
tar -xzf ppp-2.4.8.tar.gz
cd ppp-2.4.8
./configure --prefix="/usr"
make # Doesn't mind -j#
make install
install -m755 scripts/{pon,poff,plog} /usr/bin