local  pkg  pkgs  &&

for pkg in $RSBAC_ADMIN_PKGS $OPTS
do
  pkgs="$pkgs ${pkg}-install"
done  &&

make  PREFIX="$INSTALL_ROOT/usr"  $pkgs
