make  install             &&

if  [  -f  $INSTALL_ROOT/bin/tcsh.old  ];  then
  rm  -f  $INSTALL_ROOT/bin/tcsh.old
fi                        &&

make  install.man         &&
pushd  $INSTALL_ROOT/bin  &&
ln -sf tcsh               \
       csh                &&
popd
