config_query UDEV_STATIC 'Create static binaries in addition to dynamically linked ones?' n &&
if [[ "$UDEV_STATIC" == 'y' ]]; then
  if [[ -z "$UDEV_STATIC_TARGET" ]]; then
    # add more UDEV utilities here as necessary, space-separated
    UDEV_STATIC_TARGET="udevstart"
  fi &&
  persistent_add UDEV_STATIC_TARGET &&
  message "${MESSAGE_COLOR}Static utilities (with suffix .static): $UDEV_STATIC_TARGET${DEFAULT_COLOR}"
fi
