PATH="$PATH:/opt/schily/bin"
if type smake >/dev/null; then
  MAKE=smake
else
  MAKE=make
fi
$MAKE INS_BASE="$INSTALL_ROOT"/usr
