===========================================================================
$NetBSD$

To use this, source the included bash fragment in your startup
files, i.e. include something like:

  if [ -r ${PREFIX}/share/bash-completion/bash_completion ]; then
    . ${PREFIX}/share/bash-completion/bash_completion
  fi

in ~/.bashrc or ~/.bash_profile.

===========================================================================
