create_group  ppp  &&

./configure --prefix="$INSTALL_ROOT/usr" \
        --sysconfdir="$INSTALL_ROOT/etc" &&

make COPTS="$CFLAGS"
